We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef06b4 commit 6bf3610Copy full SHA for 6bf3610
updater.py
@@ -66,7 +66,6 @@ def get_zip_link(username:str, repository:str, branch:str="main"):
66
67
def move_files(source_dir:str):
68
for filename in os.listdir("_"):
69
- print(os.path.join(source_dir, filename), filename)
70
try: # Folder
71
if "ROOT" in filename:
72
continue
0 commit comments