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:23:36 +08:00
parent 5aef1da1fc
commit d79ac8e2dc
No known key found for this signature in database

View File

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