Fix typo
parent
342bebc733
commit
3ca6f13d06
|
@ -6,7 +6,7 @@ from damatuCode.ruokuai import RClient
|
||||||
|
|
||||||
try:
|
try:
|
||||||
raw_input # Python 2
|
raw_input # Python 2
|
||||||
excpet NameError: # Python 3
|
except NameError: # Python 3
|
||||||
raw_input = input
|
raw_input = input
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue