We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2149e commit d270ecdCopy full SHA for d270ecd
GIF-generater/converter.py
@@ -18,7 +18,7 @@ def gifMaker(inputPath, targetFormat):
18
for frames in reader:
19
writer.append_data(frames)
20
print(f'Frame {frames}')
21
- print('Done')
+ print('Converting Done')
22
writer.close()
23
24
gifMaker(clip, '.gif')
0 commit comments