From 4d99743b56d099e0611033c316891511b13ff7ce Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 6 Jun 2020 16:06:16 +0300 Subject: [PATCH] Update AlbionFisher.py --- AlbionFisher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AlbionFisher.py b/AlbionFisher.py index af02091..9fadd2c 100644 --- a/AlbionFisher.py +++ b/AlbionFisher.py @@ -9,7 +9,7 @@ import time x1,y1 = 265,350 x2,y2 = 408,495 -x,y = 523,445 +x,y = 523,445 #This is where you want to throw your float meanvalue = 4.8 #You need to know the optimal mean value to actually make it work @@ -43,7 +43,7 @@ while True: time.sleep(0.3) print('mean = '+ str(poplavok_place_array_mean)) if poplavok_place_array_mean == 0: - print('mean == 0, ending the programm') + print('mean == 0, ending the program') break if poplavok_place_array_mean >= float(meanvalue) and poplavok_place_array_mean != 0: