Skip to content
Snippets Groups Projects
Commit 321c40e4 authored by rmit-s3661720-daniel-linford's avatar rmit-s3661720-daniel-linford
Browse files

Reformatting to satistfy PEP8

parent 6f71caf4
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ class ReportCreator:
minHumidRes)
rwriter.writerow([date, status])
# Main method
if __name__ == '__main__':
# Initialize database name and report name
......
......@@ -92,6 +92,7 @@ class BluetoothNotifier:
# Since connection failed, return False
return False
# Main method for script
if __name__ == "__main__":
# Access token variable
......
......@@ -118,6 +118,7 @@ class MonitorNotifier:
# Since connection failed, return False
return False
# Main method
if __name__ == "__main__":
# Database name and access token variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment