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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -