Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General cleanup #1

Merged
merged 3 commits into from
Feb 4, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Made the script runnable
This way there's no need to prefix it with `python3`
  • Loading branch information
sgnn7 committed Feb 4, 2016
commit cab87cfc0aba806785ff71f9116cff8a14188fd3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ time to download the tiles.
vi himawaripy.py

# test whether it's working
python3 himawaripy.py
./himawaripy.py

# set up a cronjob
crontab -e
# Add the line:
# */10 * * * * python3 /home/USERNAME/himawaripy/himawaripy.py
# */10 * * * * /home/USERNAME/himawaripy/himawaripy.py

## Example
![Earth, as 2016/02/04/13:30:00 GMT](http://i.imgur.com/4XA6WaM.jpg)
Expand Down
Empty file modified himawaripy.py
100644 → 100755
Empty file.