Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fixed issues with renaming to viento
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger Sachse committed Jul 18, 2017
1 parent 8588d03 commit 02f580d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions viento_d.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def main():
of time has passed before that link's command should be executed. If it has passed,
the while loop executes that command in a new thread.
"""
log('INSTANCE: new instance of Wind started')
log('INSTANCE: new instance of Viento started')

while(True):
hour = int(time.strftime('%H', time.localtime()))
Expand All @@ -194,10 +194,10 @@ def main():

### PROGRAM START ###
"""
These variables define where all the files that Wind needs are located, besides
These variables define where all the files that Viento needs are located, besides
the actual .py scripts. These variables should be changeable as you see fit. It will
be necessary to edit them in all 3 .py scripts however (i.e. this script, the wind_setup.py
script, and the main wind script).
be necessary to edit them in all 3 .py scripts however (i.e. this script, the viento_s.py
script, and the main viento script).
"""
dirs = [os.path.expanduser('~/.viento'),
os.path.expanduser('~/.viento/logs'),
Expand Down

0 comments on commit 02f580d

Please sign in to comment.