コード例 #1
0
ファイル: front.py プロジェクト: redteamcaliber/H2Sandbox
 def run(self):
     while not calling(self.f, self.sha):
         time.sleep(5)
コード例 #2
0
ファイル: front.py プロジェクト: redteamcaliber/H2Sandbox
def run_thread(threadname, f, sha):
    while not calling(f,sha):
        time.sleep(5)
    file = open(LOG_PATH + sha + '/fin.log', "wr+")
    file.close()
    thread.interrupt_main()
コード例 #3
0
ファイル: front.py プロジェクト: wajika/H2Sandbox
 def run(self):
     while not calling(self.f, self.sha):
         time.sleep(5)
コード例 #4
0
def run_thread(threadname, f, sha):
    while not calling(f,sha):
        time.sleep(5)
    file = open("/home/zozanh/env/djcode/thesis/static/data/" + sha + '/fin.log', "wr+")
    file.close()
    thread.interrupt_main()
コード例 #5
0
ファイル: front.py プロジェクト: wajika/H2Sandbox
def run_thread(threadname, f, sha):
    while not calling(f, sha):
        time.sleep(5)
    file = open(LOG_PATH + sha + '/fin.log', "wr+")
    file.close()
    thread.interrupt_main()