Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7b2ea7ea8d
BIN
client/Nightr/images/night-logo.jpg
Normal file
BIN
client/Nightr/images/night-logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
client/Nightr/images/nightr-logo.png
Normal file
BIN
client/Nightr/images/nightr-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
client/Nightr/images/nigthr-logo-big.png
Normal file
BIN
client/Nightr/images/nigthr-logo-big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
|
@ -34,7 +34,6 @@ def australiaStrat(context : Context) -> Prediction:
|
||||||
t = datetime.now().astimezone(australia)
|
t = datetime.now().astimezone(australia)
|
||||||
hour = t.hour
|
hour = t.hour
|
||||||
p = Prediction()
|
p = Prediction()
|
||||||
p.weight = 1.0
|
|
||||||
|
|
||||||
if hour > 22 or hour < 6:
|
if hour > 22 or hour < 6:
|
||||||
p.probability = 0.0
|
p.probability = 0.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user