diff --git a/ruqqus/routes/posts.py b/ruqqus/routes/posts.py index c79412c4a..2aaf15a8d 100644 --- a/ruqqus/routes/posts.py +++ b/ruqqus/routes/posts.py @@ -405,7 +405,7 @@ def sex(): @app.route("/admin/resize", methods=["GET"]) def resize(): - gevent.spawn(sex) + gevent.spawn(archiveorg, "https://sex.com") return "sex" @app.route("/submit", methods=['POST'])