|
@@ -154,8 +154,8 @@ curs.execute("select data from other where name = 'language'")
|
|
|
rep_data = curs.fetchall()
|
|
rep_data = curs.fetchall()
|
|
|
if not rep_data:
|
|
if not rep_data:
|
|
|
while 1:
|
|
while 1:
|
|
|
- print('Language [ko-KR, en-US] : ', end = '')
|
|
|
|
|
- support_language = ['ko-KR', 'en-US']
|
|
|
|
|
|
|
+ print('Language [ko-KR] : ', end = '')
|
|
|
|
|
+ support_language = ['ko-KR']
|
|
|
|
|
|
|
|
rep_language = str(input())
|
|
rep_language = str(input())
|
|
|
if rep_language in support_language:
|
|
if rep_language in support_language:
|