mirror of
https://github.com/KevinMidboe/homeChecker.git
synced 2025-10-29 17:40:26 +00:00
Added return statement for updateTimes()
This commit is contained in:
@@ -71,6 +71,8 @@ def updateTimes():
|
||||
conn.commit()
|
||||
conn.close()
|
||||
|
||||
return ("Updated following clients: " + online)
|
||||
|
||||
if __name__ == '__main__':
|
||||
if argv[-1] == 'add':
|
||||
pprint(updateTimes())
|
||||
|
||||
Reference in New Issue
Block a user