Skip to content

Commit

Permalink
Merge pull request #81 from htfcuddles/master
Browse files Browse the repository at this point in the history
resolve #73: fix errorno 717,718: 'account auth session failed result'
  • Loading branch information
fffonion committed Nov 22, 2016
2 parents b39365e + 03a3aaf commit aace19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swjsq.py
Expand Up @@ -384,6 +384,9 @@ def _atexit_func():
elif _['errno'] == 812:
print('Already upgraded, continuing')
i = 0
elif _['errno'] == 717 or _['errno'] == 718:# re-upgrade when get 'account auth session failed'
i = 100
continue
else:
time.sleep(300)#os._exit(4)
except Exception as ex:
Expand Down

0 comments on commit aace19a

Please sign in to comment.