fixed network retry
This commit is contained in:
parent
7d23f6302d
commit
bab55bdb55
@ -27,7 +27,7 @@ class User:
|
|||||||
|
|
||||||
if req.json()['error'] == 8:
|
if req.json()['error'] == 8:
|
||||||
print('ERROR: retrying call ' + method)
|
print('ERROR: retrying call ' + method)
|
||||||
return __makeRequest(method, extra, page)
|
return self.__makeRequest(method, extra, page)
|
||||||
else:
|
else:
|
||||||
raise ValueError('HTTP Error Raised: ' + str(req.json()['error']) + ' ' + req.json()['message'])
|
raise ValueError('HTTP Error Raised: ' + str(req.json()['error']) + ' ' + req.json()['message'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user