Skip to content

Commit

Permalink
Remove radar from crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Feb 9, 2017
1 parent 0002837 commit c4cba99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crontab
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
MAILTO=""
PYTHON=/root/bot/env/bin/python

# Rotate the Radar every Sunday.
0 5 * * 0 $PYTHON /root/bot/rotate-radar.py 2>&1 | logger -t ROTATE-RADAR

# Kick off Payday every Thursday.
0 5 * * 4 $PYTHON /root/bot/kick-off-payday.py 2>&1 | logger -t KICK-OFF-PAYDAY

Expand Down

0 comments on commit c4cba99

Please sign in to comment.