Skip to content

Commit

Permalink
fix:取得周期を10s->60sに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dero1to committed Jun 9, 2021
1 parent 5a74a42 commit ae9ed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
res = api_request()
mysql_insert(engine, res)
value += 1
time.sleep(10)
time.sleep(60)

if __name__ == '__main__':
main()

0 comments on commit ae9ed6d

Please sign in to comment.