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
There is currently nothing stopping you from running the script multiple times. Adding a PID check can prevent that, and also allow you to cron a startup every hour or something which would just exit if it's already running.
There is currently nothing stopping you from running the script multiple times. Adding a PID check can prevent that, and also allow you to cron a startup every hour or something which would just exit if it's already running.