1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 19:40:21 +01:00

Small fixes, version bump, alpha stage, added emoji map.

This commit is contained in:
2016-11-26 17:55:33 +01:00
parent 832b76fc84
commit c79d8ae0e1
6 changed files with 1914 additions and 32 deletions

View File

@@ -78,7 +78,7 @@ class Download(object):
path = os.path.join(path, fname)
count = 1
while os.path.exists(path):
while filetype != 'avatar' and os.path.exists(path):
base, ext = os.path.splitext(path)
path = base + "%0.3d" % count + ext