diff --git a/inter/GetRandCode.py b/inter/GetRandCode.py index e95f8c8..140caa4 100644 --- a/inter/GetRandCode.py +++ b/inter/GetRandCode.py @@ -6,7 +6,7 @@ from damatuCode.ruokuai import RClient try: raw_input # Python 2 -excpet NameError: # Python 3 +except NameError: # Python 3 raw_input = input