Skip to content

Commit 3733afc

Browse files
committed
changes
1 parent d270ecd commit 3733afc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

GIF-generater/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def gifMaker(inputPath, targetFormat):
1818
for frames in reader:
1919
writer.append_data(frames)
2020
print(f'Frame {frames}')
21-
print('Converting Done')
21+
print('Converting Done!')
2222
writer.close()
2323

2424
gifMaker(clip, '.gif')

GUI_app/save.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
C:/Program Files (x86)/Google/Chrome/Application/chrome.exe,C:/Program Files/Microsoft VS Code/Code.exe,

save.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:/Program Files/Microsoft VS Code/Code.exe,C:/Program Files (x86)/Google/Chrome/Application/chrome.exe,

0 commit comments

Comments
 (0)