Skip to content

Commit

Permalink
Update history310.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonaire committed Feb 5, 2024
1 parent 779923d commit 4710ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history310.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,5 @@ def setCurrentSetTime(self, val):
date_time = datetime.fromtimestamp(EPOCH_OFFSET + int(x.hex(),16))
d = date_time.strftime("%d.%m.%Y, %H:%M:%S")
logging.info("Data uploded for {0}: {1} - {2}".format(self.accessoryName, self.base64ToHex(val), d))
self.globalFakeGatoStorage.remove(self)
#self.globalFakeGatoStorage.remove(self)

0 comments on commit 4710ed4

Please sign in to comment.