stuff
This commit is contained in:
@ -11,7 +11,7 @@ def testAPI(times=100, sleep=2):
|
|||||||
data={'code': 'pwd'}
|
data={'code': 'pwd'}
|
||||||
)
|
)
|
||||||
if res.status_code != 200: errors += 1
|
if res.status_code != 200: errors += 1
|
||||||
print(i, res.status_code, r.content)
|
print(i, res.status_code, res.content)
|
||||||
except:
|
except:
|
||||||
print('caught error')
|
print('caught error')
|
||||||
errors += 1
|
errors += 1
|
||||||
|
Reference in New Issue
Block a user