Spaces:
Sleeping
Sleeping
Fix binance error
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ os.environ["USE_MINIMAL_LIBS"] = "true"
|
|
| 6 |
import gradio as gr
|
| 7 |
import triangular_arbitrage.detector as detector
|
| 8 |
|
| 9 |
-
EXCHANGE = "
|
| 10 |
REFRESH_INTERVAL = 30 # seconds
|
| 11 |
|
| 12 |
def run_detection_sync():
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
import triangular_arbitrage.detector as detector
|
| 8 |
|
| 9 |
+
EXCHANGE = "binanceus" # or "binanceus"
|
| 10 |
REFRESH_INTERVAL = 30 # seconds
|
| 11 |
|
| 12 |
def run_detection_sync():
|