pull/99/head
cclauss 2019-01-07 09:34:44 +01:00 committed by GitHub
parent 342bebc733
commit 3ca6f13d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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