forked from rDrama/rDrama
1
0
Fork 0

more trying

master
Aevann 2023-09-26 23:55:45 +03:00
parent 59d984af3f
commit 89df128827
1 changed files with 1 additions and 1 deletions

View File

@ -1979,7 +1979,7 @@ def start_orgy(v):
g.db.add(orgy)
g.db.commit()
x = requests.post('http://localhost:5001/refresh_chat')
x = requests.post('http://localhost:5001/refresh_chat', headers={"Host": SITE})
print(x.text, flush=True)
return redirect('/chat')