Skip to content

Commit 1ffeaee

Browse files
committed
Update main.py
1 parent c1690be commit 1ffeaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def main():
106106
if args.imports == 'ind' or args.imports == 'all':
107107
collection_tasks = [col.get('function')(url, col, headers) for col in collections if col.get('method') != 'ExportPhotos']
108108
if args.imports == 'pictures' or args.imports == 'all':
109-
collection_tasks = [col.get('function')(url, col, headers) for col in collections if col.get('method') == 'ExportPhotos']
109+
collection_tasks = [col.get('function')(url, col, headers) for col in collections if col.get('method') == 'ExportPhotos']
110110

111111
await asyncio.gather(*collection_tasks)
112112
print("Taiga crawler ended successful !!!")

0 commit comments

Comments
 (0)