We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f8b77 commit c5eda2dCopy full SHA for c5eda2d
utils.py
@@ -188,8 +188,6 @@ def send_pushover_message(auth, text):
188
def cleanFilename(sourcestring, removestring ="\!\"\#\$\&\'\(\)\*\;\<\=\>\?\[\\\]\^\`\{\|\}\~\/\:"):
189
return ''.join([c for c in sourcestring if c not in removestring])
190
191
-\!\"\#\$\&\'\(\)\*\;\<\=\>\?\[\\\]\^\`\{\|\}\~\/\:
192
-
193
def checkBadChat(id, type, path):
194
if type == "videos":
195
fpath = path
0 commit comments