diff options
Diffstat (limited to 'kcc-c2p.py')
-rwxr-xr-x | kcc-c2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py index f1fb915..fca94fc 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.py @@ -28,4 +28,4 @@ from kindlecomicconverter.startup import startC2P if __name__ == "__main__": freeze_support() - startC2P() \ No newline at end of file + startC2P() |