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
log format in env.py should not be 'YY-MM-DD_HH:MM:SS', which cannot create log file successfully in Windows, because ':' is an invalidated character in Windows file name. Maybe can change it to 'YY-MM-DD_HH-MM-SS'.