Skip to content

Commit c5eda2d

Browse files
committed
Update utils.py
Fix my own dumb mistake. DERP.
1 parent 82f8b77 commit c5eda2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils.py

-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ def send_pushover_message(auth, text):
188188
def cleanFilename(sourcestring, removestring ="\!\"\#\$\&\'\(\)\*\;\<\=\>\?\[\\\]\^\`\{\|\}\~\/\:"):
189189
return ''.join([c for c in sourcestring if c not in removestring])
190190

191-
\!\"\#\$\&\'\(\)\*\;\<\=\>\?\[\\\]\^\`\{\|\}\~\/\:
192-
193191
def checkBadChat(id, type, path):
194192
if type == "videos":
195193
fpath = path

0 commit comments

Comments
 (0)