You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get there's a workaround proposed by the author himself, but it seems a bit counter-intuitive to me, and it involves adding from datetime import datetime to your code, further cluttering it.
Could it be possible to at least add an option, like skip_first_run=[True|False]?
The text was updated successfully, but these errors were encountered:
Is this an intended behaviour?
I get there's a workaround proposed by the author himself, but it seems a bit counter-intuitive to me, and it involves adding
from datetime import datetime
to your code, further cluttering it.Could it be possible to at least add an option, like
skip_first_run=[True|False]
?The text was updated successfully, but these errors were encountered: