Skip to content

Commit 5016345

Browse files
Initial Commit
1 parent b6d2a42 commit 5016345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/RoomControl/OccupancyDetection/MTUNetOccupancy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, database: sqlite3.Connection):
111111
self.init_database()
112112
self.devices = []
113113
self.load_devices()
114-
self.periodic_refresh()
114+
self.net_detect_periodic_refresh()
115115

116116
def init_database(self):
117117
self.database.run(
@@ -137,7 +137,7 @@ def is_on_campus(self, name: str):
137137
return False
138138

139139
@background
140-
def periodic_refresh(self):
140+
def net_detect_periodic_refresh(self):
141141
logging.info("Starting periodic refresh")
142142
while True:
143143
try:

0 commit comments

Comments
 (0)