Compare commits

..

1 Commits

Author SHA1 Message Date
Nelson Torres 00406028ea Added cryptofeed and pyarrow necessary for the feed, enable deribit
in the brokers init file, at this point the feed is working, to check
the tables use vd tool.
2024-08-28 18:04:41 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ async def get_client(
https://docs.deribit.com/?python#authentication-2
"""
renew_time = 10
access_scope = 'trade:read_write'
access_scope = 'trade:read'
_expiry_time = time.time()
got_access = False
nonlocal _refresh_token