kopia lustrzana https://github.com/bugout-dev/moonstream
black formating.
rodzic
7acb7e5c11
commit
b6cf0f079c
|
@ -3,7 +3,9 @@ import os
|
||||||
from bugout.app import Bugout
|
from bugout.app import Bugout
|
||||||
|
|
||||||
# Bugout
|
# Bugout
|
||||||
bugout_client = Bugout(brood_api_url="http://127.0.0.1:7474", spire_api_url="http://127.0.0.1:7475")
|
bugout_client = Bugout(
|
||||||
|
brood_api_url="http://127.0.0.1:7474", spire_api_url="http://127.0.0.1:7475"
|
||||||
|
)
|
||||||
|
|
||||||
MOONSTREAM_APPLICATION_ID = os.environ.get("MOONSTREAM_APPLICATION_ID")
|
MOONSTREAM_APPLICATION_ID = os.environ.get("MOONSTREAM_APPLICATION_ID")
|
||||||
if MOONSTREAM_APPLICATION_ID is None:
|
if MOONSTREAM_APPLICATION_ID is None:
|
||||||
|
|
Ładowanie…
Reference in New Issue