2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-27 20:37:54 +00:00
Eric Blundell 8796e857af Amend comment on shutil.move in download_worker
os.renames cannot move across drives/partitions on any platform.

that is why shutil.move is used, because the OS allotted temp file could
possibly be on another drive or partition.

Also fix code formatting on new import statements.
2018-03-20 23:20:08 -05:00
..
2018-03-20 18:54:05 +01:00
2018-03-17 14:29:23 +01:00
2018-03-16 11:30:05 +01:00
2018-03-14 12:03:10 +01:00