This commit is contained in:
Scoder12
2020-08-07 14:53:23 -07:00
parent 128eef516f
commit 764804fb6b
+1 -1
View File
@@ -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"])