Skip to content

Commit

Permalink
version bump! 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Jun 18, 2014
1 parent cb759cb commit 869b1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gyb.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__program_name__ = u'Got Your Back: Gmail Backup'
__author__ = u'Jay Lee'
__email__ = u'[email protected]'
__version__ = u'0.22'
__version__ = u'0.23'
__license__ = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
__db_schema_version__ = u'5'
__db_schema_min_version__ = u'2' #Minimum for restore
Expand Down Expand Up @@ -823,7 +823,7 @@ def main(argv):
try:
restored_uid = int(re.search('^[APPENDUID [0-9]* ([0-9]*)] \(Success\)$', d[0]).group(1))
except AttributeError:
print '\nerror retrieving uid: retrying...'
print '\nerror retrieving uid: %s: retrying...' % d
time.sleep(3)
imapconn = gimaplib.ImapConnect(generateXOAuthString(options.email, options.service_account), options.debug)
imapconn.select(ALL_MAIL)
Expand Down

0 comments on commit 869b1b5

Please sign in to comment.