1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00
This commit is contained in:
proletarius101 2024-04-06 22:17:40 +08:00
parent 2f37cfb9a2
commit 0eefa6fbe5
No known key found for this signature in database

View File

@ -696,7 +696,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)