telegram-json-backup icon indicating copy to clipboard operation
telegram-json-backup copied to clipboard

Python 2.x instead of 3

Open reimerp opened this issue 8 years ago • 0 comments

Since Python in wwms broken in telegram-cli, you can switch to python2 instead of 3 just by changing the mkdir line to:

    try:
       os.makedirs(BACKUP_DIR)
    except OSError:
       pass

reimerp avatar May 09 '16 14:05 reimerp