mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Fix issue #6
This commit is contained in:
@@ -98,7 +98,7 @@ class Source:
|
||||
"The estimated time remaining in the source's current loop."
|
||||
data = self.__get_source()
|
||||
if not data:
|
||||
return timedelta(millaseconds=0)
|
||||
return timedelta(milliseconds=0)
|
||||
|
||||
return timedelta(milliseconds=data["Remaining"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user