🧹 Updated Exit code [skip ci]

This commit is contained in:
Nikhil Badyal
2022-11-03 12:58:51 +05:30
committed by GitHub
parent 5fb01a3ef9
commit 535a480753
+1 -1
View File
@@ -52,4 +52,4 @@ if __name__ == "__main__":
main() main()
except KeyboardInterrupt: except KeyboardInterrupt:
logger.error("Script halted because of keyboard interrupt.") logger.error("Script halted because of keyboard interrupt.")
sys.exit(-1) sys.exit(1)