rkujiを呼び出し 追加

develop
root 2023-05-31 18:45:16 +09:00
parent 0653cf1711
commit 09657aad4f
1 changed files with 7 additions and 1 deletions

View File

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