escaping - escape uwsgi magic variables -
i'm using uwsgi implement crontab. i'd call unix date command crontab. this:
cron2 = minute=50 some_job.py `date "+%y-%m-%d"` `date -v -1d "+%y-%m-%d"`
but uwsgi interprets % modifiers magic variables. there way avoid this?
Comments
Post a Comment