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

data_mover fix user on hluk

parent 54b5a503
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import admin_server
import data_utils
async def main():
s = await communication.SSHRunSocket().connect('ssh jiri@hluk.fnuk.eu /mnt/jr/prog/run_py admin_server.py')
s = await communication.SSHRunSocket().connect('ssh jr@hluk.fnuk.eu /mnt/jr/prog/run_py admin_server.py')
c = admin_server.AdminServer(s)
for dt in await c.list_realtime_data(datetime.datetime(2023, 1, 1, 0, 0), datetime.datetime(2100, 1, 1, 0, 0)):
path = "data/realtime/"+dt_to_path(dt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment