Skip to content
Snippets Groups Projects
Commit 0e9758cf authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

fixup

parent ea872719
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ class DownloadServer(FuncCaller):
await worker(dt)
@server_exec()
async def list_realtime_data(self, dt_from: datetime):
async def list_realtime_data(self, dt_from: datetime, dt_to: datetime):
out = []
async def condition(dt, delta):
return dt_intersect(dt_from, dt_to, dt, delta)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment