diff --git a/contact.xlsx b/contact.xlsx deleted file mode 100644 index 938ba4c..0000000 Binary files a/contact.xlsx and /dev/null differ diff --git a/start_scheduler.sh b/start_scheduler.sh new file mode 100644 index 0000000..6bf0748 --- /dev/null +++ b/start_scheduler.sh @@ -0,0 +1,3 @@ +source ./venv/bin/activate +ulimit -n 10240 +nohup python mail_scheduler.py >logs.txt 2>&1 &