Holes: remove JL3 on /create_hole

remotes/1693045480750635534/spooky-22
Snakes 2022-06-10 12:58:46 -04:00
parent 558726228e
commit 642f5e7a1c
1 changed files with 0 additions and 2 deletions

View File

@ -272,8 +272,6 @@ def create_sub(v):
@app.post("/create_hole")
@is_not_permabanned
def create_sub2(v):
if SITE_NAME == 'rDrama' and v.admin_level < 3: abort(403)
name = request.values.get('name')
if not name: abort(400)
name = name.strip().lower()