From 010efd8663128fb64f5c034fa4c26cfbebe1f0a1 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Wed, 12 Apr 2023 21:33:28 +0200 Subject: [PATCH] ok --- v2realbot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2realbot/config.py b/v2realbot/config.py index 87a90fe..fcc3d50 100644 --- a/v2realbot/config.py +++ b/v2realbot/config.py @@ -21,7 +21,7 @@ class BT_DELAYS: fill_to_not: float = 0.023 #doplnit dle live limit_order_offset: float = 0 - + class Keys: def __init__(self, api_key, secret_key, paper, feed) -> None: self.API_KEY = api_key