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
Hi! I was struggling to get this to work on windows but after debugging I realized that windows file formats can't support the datatime.datatime.now() format.
If you import time
and set now = time.strftime("%Y%m%d-%H%M%S")
it works!
Thank you for these examples!
The text was updated successfully, but these errors were encountered:
Hi! I was struggling to get this to work on windows but after debugging I realized that windows file formats can't support the datatime.datatime.now() format.
If you
import time
and set
now = time.strftime("%Y%m%d-%H%M%S")
it works!
Thank you for these examples!
The text was updated successfully, but these errors were encountered: