Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 28, 2024
1 parent 37bad73 commit 950b00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ubldc-demo/ubldc-demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
title: str = "UBLDC Demo"
threshold_volume: float = 200000.0
threshold_volume_limit_count: int = 3
update_interval_ms = 100
update_interval_ms: int = 100

logging.getLogger("unicorn_binance_local_depth_cache")
logging.basicConfig(level=logging.DEBUG,
Expand Down

0 comments on commit 950b00b

Please sign in to comment.