From 9c799a9c8257ed7770abbea71e31acf45e8df941 Mon Sep 17 00:00:00 2001 From: mail Date: Sat, 27 Jan 2018 22:20:39 +0100 Subject: [PATCH] QA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b3aa3..1edc260 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ c$$$cc$$$c $$$ $$$$$$c $$ Y$c$$$c$P $$"""" $$"""" YMM ""` MMM MMMM "W" MMM "M "M" """"YUMMM""""YUMMM MMM "YMmMY" ``` -# Tweeters air quality measurement results of feinstaub sensors (http://luftdaten.info) +# Tweets air quality measurement results of particulate matter (Feinstaub) (http://luftdaten.info) ## config @@ -22,7 +22,7 @@ Set your sensor meta data in config.py. add to your crontab: ``` -20 0 * * * cd /home/myuser/myproject && venv/bin/python tweet.py > /dev/null 2>&1 +*/15 * * * * cd /home/pi/projects/aschuma__luftdaten_tweet && venv/bin/python tweet.py > /dev/null 2>&1 ``` ## virtualenv