diff --git a/app/main.py b/app/main.py index 6c65792..8dd098e 100644 --- a/app/main.py +++ b/app/main.py @@ -7,6 +7,8 @@ from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.keys import Keys import time,os +import r_kuji + # 変数初期化 ******************************************************************** profile_dir = "/tmp/profile" username = os.environ["RAKUTENID"] @@ -122,4 +124,8 @@ def main(): if __name__ == '__main__': time.sleep(60) # selniumコンテナの起動を待つ待機 - main() \ No newline at end of file + main() + try: + r_kuji.rkuji() + except: + print("rkuji 失敗") \ No newline at end of file