Added simple send info process for simple crontab or schedulers
This commit is contained in:
parent
a2ff569cff
commit
2f8d643744
1 changed files with 7 additions and 0 deletions
7
pastafaristats/send_info_cron.py
Normal file
7
pastafaristats/send_info_cron.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from pastafaristats import send_info_daemon
|
||||
|
||||
url=send_info_daemon.load_config()
|
||||
|
||||
if __name__=='__main__':
|
||||
send_info_daemon.run(url)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue