Skip to content
Snippets Groups Projects
Commit e7e19c12 authored by Gijs Schoonderbeek's avatar Gijs Schoonderbeek
Browse files

small bug fixed

parent f90fe7e6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ else:
I2CBUSNR = 3
DEBUG = True #False
DEBUG = False
class ApspuClass:
#
......@@ -204,6 +204,7 @@ class FanmonitorClass:
print(stri)
self.status = False
else:
if DEBUG:
stri = "Device {0} at address 0x{1:X} is found ".format("MAX6620", MAX6620)
print(stri)
self.set_active()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment