diff --git a/maker-rpz.py b/maker-rpz.py index d5a8ce3..fb80fb0 100644 --- a/maker-rpz.py +++ b/maker-rpz.py @@ -40,7 +40,6 @@ def RPZbuilding(): if not line.strip(): f.write('\n'.join([line + '\n'])) f.close() - os.remove(input) RPZbuilding() exit() \ No newline at end of file