backing up file_grabber

This commit is contained in:
Matthew Gaughan 2024-03-16 07:04:01 -05:00
parent eaa84d33e0
commit 22347dc58e

View File

@ -58,7 +58,7 @@ def for_all_files():
continue
#print(row[0])
#get_file(row[0], row[?], readme_is)
get_file('https://github.com/tqdm/tqdm', 'fbe7952cce11e8073378b063bdae7ab277a96eb8', True)
#get_file('https://github.com/tqdm/tqdm', 'fbe7952cce11e8073378b063bdae7ab277a96eb8', True)
if __name__ == "__main__":
for_all_files()