From: Bryan Date: Thu, 19 Dec 2013 09:04:25 +0000 (-0500) Subject: fixing minor typo X-Git-Tag: release-20150131~381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdf49b1002d80a796d6aa51c1d84027498ed58e7;p=oweals%2Fkarmaworld.git fixing minor typo --- diff --git a/karmaworld/apps/notes/gdrive.py b/karmaworld/apps/notes/gdrive.py index 82f2c92..531df01 100644 --- a/karmaworld/apps/notes/gdrive.py +++ b/karmaworld/apps/notes/gdrive.py @@ -119,7 +119,7 @@ def upload_to_gdrive(service, media, filename, extension=None, mimetype=None): # 2 ** -1 = 0.5, 2 ** 0 = 1, 2 ** 1 = 2, 4, 8, 16, ... delay_exp = -1 # exponentially wait for exportLinks to be returned if missing - while u'exportLinks' not in file_dict or + while u'exportLinks' not in file_dict or \ u'text/plain' not in file_dict[u'exportLinks']: # wait some seconds print "upload_check_sleep({0})".format(2. ** delay_exp)