delete unused contact file

This commit is contained in:
2022-09-26 17:30:29 +02:00
parent 3a205811a8
commit 66ccc108dc
2 changed files with 3 additions and 0 deletions
BIN
View File
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
source ./venv/bin/activate
ulimit -n 10240
nohup python mail_scheduler.py >logs.txt 2>&1 &