indent error - always returned false

This commit is contained in:
Rob Weber 2017-11-07 15:19:46 -06:00
parent 71e8e44e27
commit fc2c4b341a

View File

@ -110,7 +110,7 @@ class GoogleDriveAuthorizer:
if(self.CLIENT_ID == '' and self.CLIENT_SECRET == ''): if(self.CLIENT_ID == '' and self.CLIENT_SECRET == ''):
#we can't go any farther, need these for sure #we can't go any farther, need these for sure
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30098) + ' ' + utils.getString(30058),utils.getString(30108)) xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30098) + ' ' + utils.getString(30058),utils.getString(30108))
result = False result = False
return result return result