mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Fixed an error that could cause the app to crash if cloned from the repository.
This commit is contained in:
@@ -47,7 +47,7 @@ class Com:
|
||||
return 0
|
||||
|
||||
def decode_int(self, value):
|
||||
self.i = int(value, base = 16)
|
||||
self.i = int(value, base=16)
|
||||
return self.i
|
||||
|
||||
def decode_float(self, value):
|
||||
|
||||
Reference in New Issue
Block a user