All Questions
1 question
-1
votes
1
answer
98
views
How can I perform some stuff every 60 seconds in Python Flask, and then update all user pages?
I am currently working on an turn-based online webgame. I want every player to be able to choose a move, and every 60 seconds the chosen moves of all players should get performed simultaneously (if no ...