Ver código fonte

오류 메시지 추가

gnote8-0 6 anos atrás
pai
commit
cc272d349c
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      route/tool/func.py

+ 2 - 0
route/tool/func.py

@@ -1169,6 +1169,8 @@ def re_error(data):
                 data = load_lang('application_not_found')
             elif num == 27:
                 data = load_lang("invalid_password_error")
+            elif num == 28:
+                data = load_lang('watchlist_overflow_error')
             else:
                 data = '???'