Trailing whitespace
parent
3ca6f13d06
commit
4c1ab61b7b
|
@ -7,7 +7,7 @@ from damatuCode.ruokuai import RClient
|
||||||
try:
|
try:
|
||||||
raw_input # Python 2
|
raw_input # Python 2
|
||||||
except NameError: # Python 3
|
except NameError: # Python 3
|
||||||
raw_input = input
|
raw_input = input
|
||||||
|
|
||||||
|
|
||||||
def getRandCode(is_auto_code, auto_code_type, result):
|
def getRandCode(is_auto_code, auto_code_type, result):
|
||||||
|
|
Loading…
Reference in New Issue