mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Handle ServerNotFoundError in callGAPI (#584)
This commit is contained in:
@@ -722,6 +722,8 @@ def callGAPI(service, function,
|
||||
systemErrorExit(4, str(e))
|
||||
except TypeError as e:
|
||||
systemErrorExit(4, str(e))
|
||||
except httplib2.ServerNotFoundError as e:
|
||||
systemErrorExit(4, str(e))
|
||||
|
||||
def callGAPIpages(service, function, items,
|
||||
page_message=None, message_attribute=None,
|
||||
|
||||
Reference in New Issue
Block a user