How to decrement in python
The problem is you are calling main
in every except
statement, and the beginning of the main
function sets max_sec=10
.
The problem is you are calling main
in every except
statement, and the beginning of the main
function sets max_sec=10
.