Merge pull request #2 from cb0n3y/clean-code

removed deprecated line
This commit is contained in:
cb0n3y 2025-04-18 12:06:09 +02:00 committed by GitHub
commit 25f21125b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -957,7 +957,6 @@ class SpeedtestResults(object):
self.client = client or {}
self._share = None
# self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat()
self.timestamp = '%sZ' % datetime.datetime.now(datetime.timezone.utc).isoformat()
self.bytes_received = 0
self.bytes_sent = 0