You've already forked pyhOn
mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-12-03 21:44:55 +02:00
Fix token refresh problems
This commit is contained in:
@@ -5,7 +5,7 @@ def str_to_float(string):
|
||||
try:
|
||||
return int(string)
|
||||
except ValueError:
|
||||
return float(str(string.replace(",", ".")))
|
||||
return float(str(string).replace(",", "."))
|
||||
|
||||
|
||||
class HonParameter:
|
||||
|
||||
Reference in New Issue
Block a user