Skip to content

Commit d39cfdf

Browse files
🔨 bug fixed
1 parent 46a5fda commit d39cfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filemovergui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def create_folder():
4242
app = [".exe", ".msi"]
4343
vid = [".mp4",".webm",".mkv",".MPG",".MP2",".MPEG",".MPE",".MPV",".OGG",".M4P",".M4V",
4444
".WMV",".MOV",".QT",".FLV",".SWF",".AVCHD",".avi",".mpg",".mpe",".mpeg",".asf",
45-
".wmv",".mov",".qt",".rm",]"CodePerfectPlus",
45+
".wmv",".mov",".qt",".rm",]
4646

4747
def start():
4848
for files in os.listdir():

0 commit comments

Comments
 (0)