commented out old stuff
This commit is contained in:
parent
9a7c0d5152
commit
9de4b3fabe
@ -35,9 +35,9 @@ def does_contain_OnlyNumbers(text):
|
||||
return isJustNumbers
|
||||
|
||||
def rescale_value(value, min, max):
|
||||
print("trying Rescale")
|
||||
#print("trying Rescale")
|
||||
returnValue = (value - min) / (max - min)
|
||||
print("got ", returnValue)
|
||||
#print("got ", returnValue)
|
||||
return returnValue
|
||||
|
||||
def get_dir(selected_dir):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user