Disable debug stuff
This commit is contained in:
parent
51bc885a81
commit
9206f778b5
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -89,7 +89,7 @@ from utils.media import Kind
|
|||
from poussetaches import PousseTaches
|
||||
|
||||
phost = "http://" + os.getenv("COMPOSE_PROJECT_NAME", "")
|
||||
p = PousseTaches("http://localhost:7991", "") # f"{phost}_poussetaches_1:7991", f"{phost}_web_1:5005")
|
||||
p = PousseTaches(f"{phost}_poussetaches_1:7991", f"{phost}_web_1:5005")
|
||||
|
||||
|
||||
back = activitypub.MicroblogPubBackend()
|
||||
|
|
Loading…
Reference in a new issue