big update
This commit is contained in:
parent
fe11e0aeee
commit
a0c4a66d59
100 changed files with 276 additions and 76 deletions
|
@ -27,8 +27,7 @@ titleheaders = {"User-Agent": f"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleW
|
|||
|
||||
if path.exists(f'snappy_{site_name}.txt'):
|
||||
with open(f'snappy_{site_name}.txt', "r") as f:
|
||||
snappyquotes = f.read().split("{[para]}")
|
||||
|
||||
snappyquotes = f.read().split("{[para]}") + [f':#{x}:' for x in marseys]
|
||||
@app.post("/toggle_club/<pid>")
|
||||
@auth_required
|
||||
def toggle_club(pid, v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue