diff options
Diffstat (limited to 'Demo/scripts/morse.py')
-rwxr-xr-x | Demo/scripts/morse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/morse.py b/Demo/scripts/morse.py index 5aacaa1..c2f408f 100755 --- a/Demo/scripts/morse.py +++ b/Demo/scripts/morse.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # DAH should be three DOTs. # Space between DOTs and DAHs should be one DOT. |