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.commit() | ||||||
|     conn.close() |     conn.close() | ||||||
|  |  | ||||||
|  |     return ("Updated following clients: " + online) | ||||||
|  |  | ||||||
| if __name__ == '__main__': | if __name__ == '__main__': | ||||||
|     if argv[-1] == 'add': |     if argv[-1] == 'add': | ||||||
|         pprint(updateTimes()) |         pprint(updateTimes()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user