icons and stuff

This commit is contained in:
Mikkel Milo 2019-04-07 00:56:14 +02:00
parent 30ed7e47f6
commit ccdf9d3d13
4 changed files with 0 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View File

@ -34,7 +34,6 @@ def australiaStrat(context : Context) -> Prediction:
t = datetime.now().astimezone(australia)
hour = t.hour
p = Prediction()
p.weight = 1.0
if hour > 22 or hour < 6:
p.probability = 0.0