From c3f7383c932dded1e86238be48fc27c4b25344cd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 24 Jul 2021 00:15:18 +0200 Subject: [PATCH] h --- drama/routes/posts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/drama/routes/posts.py b/drama/routes/posts.py index fb04b2193..db3062335 100644 --- a/drama/routes/posts.py +++ b/drama/routes/posts.py @@ -93,8 +93,6 @@ def publish(pid, v): @no_negative_balance("html") def submit_get(v): if v and v.is_banned and not v.unban_utc: return render_template("seized.html") - - resize() b = get_guild("general")