Sh1Fu / Netlab

A simple python script for working with Netlab API
2 stars 0 forks source link

Create crontab rop correctly #11

Closed Sh1Fu closed 1 year ago

Sh1Fu commented 1 year ago

I need to configure two crontab from different servers in to one correct crontab rop

Current crontab example on my server:

0 0 1,3,5 cd .Netlab/Netlab/ && source venv/bin/activate && python3 main.py -u -p -m 1

Sh1Fu commented 1 year ago

Crontab task on the shop server works correctly I just have to figure out why it doesn't work on my machine

Sh1Fu commented 1 year ago

Testing this rop right now