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