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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user