commit
34789a5a3e
|
@ -4,6 +4,11 @@ from PIL import Image
|
||||||
from config.ticketConf import _get_yaml
|
from config.ticketConf import _get_yaml
|
||||||
from damatuCode.ruokuai import RClient
|
from damatuCode.ruokuai import RClient
|
||||||
|
|
||||||
|
try:
|
||||||
|
raw_input # Python 2
|
||||||
|
except NameError: # Python 3
|
||||||
|
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