mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-22 08:34:24 +01:00
Add missing comment
This commit is contained in:
@@ -19,6 +19,7 @@ def run_bitcoind():
|
|||||||
bitcoind_thread.daemon = True
|
bitcoind_thread.daemon = True
|
||||||
bitcoind_thread.start()
|
bitcoind_thread.start()
|
||||||
|
|
||||||
|
# It takes a little bit of time to start the API (otherwise the requests are sent too early and they fail)
|
||||||
sleep(0.1)
|
sleep(0.1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user