Skip to content

Commit 85fc9f4

Browse files
committed
DBC22-6929: pull local weather station code to current weather 2
1 parent b269bc3 commit 85fc9f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/apps/webcam/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def update_cam_from_sql_db(id: int, current_time: datetime.datetime):
122122

123123
if cam:
124124
update_webcam_db(id, cam)
125-
print('bruce test here to get code')
126125
update_current_weather_code(id, cam)
127126
return True
128127
else:

0 commit comments

Comments
 (0)