Added return statement for updateTimes()

This commit is contained in:
2017-02-10 16:36:36 +01:00
parent d685783290
commit f1337c9511

View File

@@ -71,6 +71,8 @@ def updateTimes():
conn.commit()
conn.close()
return ("Updated following clients: " + online)
if __name__ == '__main__':
if argv[-1] == 'add':
pprint(updateTimes())