This commit is contained in:
proletarius101 2024-04-06 22:17:40 +08:00
parent 1cc23b20c8
commit e966ac2efe
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -512,7 +512,8 @@ def update_servergitmirrors(servergitmirrors, repo_section):
for d in servergitmirrors:
# Test
print(f"d: {d}")
print(os.listdir())
print("files:")
print(glob.glob(my_path + '/**/*.txt', recursive=True))
index_only = d.get('index_only', False)