| 19090 | proxy = random.choice(listaproxy).split(':') |
| 19091 | |
| 19092 | class HTTPThread(threading.Thread): |
| 19093 | def run(self): |
| 19094 | try: |
| 19095 | while flag<2: |
| 19096 | code=httpcall(url) |
| 19097 | if (code==50000) & (safe==1): |
| 19098 | set_flag(2) |
| 19099 | except Exception, ex: |
| 19100 | pass |
| 19101 | |
| 19102 | class MonitorThread(threading.Thread): |
| 19103 | def run(self): |
nothing calls this directly
no outgoing calls
no test coverage detected