From 09bcaa2d326a7155268fb761da53d37263f168a0 Mon Sep 17 00:00:00 2001 From: vulazi <66094028+vulazi@users.noreply.github.com> Date: Mon, 8 Jun 2020 00:54:00 +0200 Subject: [PATCH] Update morse.py --- morse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morse.py b/morse.py index be574d2..bb17dcc 100644 --- a/morse.py +++ b/morse.py @@ -97,4 +97,4 @@ def string_to_code(convert_string): if __name__ == '__main__': - main(sys.argv[1:]) \ No newline at end of file + main(sys.argv[0:])