We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74a42 commit ae9ed6dCopy full SHA for ae9ed6d
train-api.py
@@ -31,7 +31,7 @@ def main():
31
res = api_request()
32
mysql_insert(engine, res)
33
value += 1
34
- time.sleep(10)
+ time.sleep(60)
35
36
if __name__ == '__main__':
37
main()
0 commit comments