📚Docs + Removing +TZ from dev_LastConnection

This commit is contained in:
jokob-sk
2024-06-29 22:54:34 +10:00
parent 08b163ebe4
commit 974427f392
2 changed files with 8 additions and 6 deletions

View File

@@ -242,7 +242,7 @@ def create_new_devices (db):
#-------------------------------------------------------------------------------
def update_devices_data_from_scan (db):
sql = db.sql #TO-DO
startTime = timeNowTZ()
startTime = timeNowTZ().strftime('%Y-%m-%d %H:%M:%S')
# Update Last Connection
mylog('debug', '[Update Devices] 1 Last Connection')