Jared 3 년 전
부모
커밋
097bab0e89
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      INNNews/local_1777.py

+ 1 - 0
INNNews/local_1777.py

@@ -48,6 +48,7 @@ def re_get_webdriver():
         try:
             driver = webdriver.Chrome(options=options)
         except:
+            traceback.print_exc()
 #            driver.quit()
 #            os.system('pkill -f ')
             os.system('kill %d' % os.getpid())