Skip to content

Commit

Permalink
Fix timedelta
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Haas committed Nov 27, 2017
1 parent cb8f6e4 commit 89f951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def main():
tree = Tree()
delta = datetime.timedelta(days=-1)
delta = datetime.timedelta(days=1)

date = datetime.date(2017, 11, 30)
print("-----Testing 30.11. All lights should be off-----")
Expand Down

0 comments on commit 89f951b

Please sign in to comment.