fix missing import

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-10 03:09:33 +02:00
parent 10ce1fe122
commit efc0ea205b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import os
from files.classes.mod_logs import ACTIONTYPES, ACTIONTYPES2
from files.classes.badges import BadgeDef
import files.helpers.stats as statshelper
from shutil import move
from shutil import move, copyfile
@app.get("/r/drama/comments/<id>/<title>")
@app.get("/r/Drama/comments/<id>/<title>")