From 3ca6f13d06344d36c6f6aebcaf65ca4c87af15a7 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 7 Jan 2019 09:34:44 +0100 Subject: [PATCH] Fix typo --- inter/GetRandCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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