mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
indent error - always returned false
This commit is contained in:
parent
71e8e44e27
commit
fc2c4b341a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user