(*args)
| 52 | os.environ["GRPC_SSL_CIPHER_SUITES"] = "HIGH+ECDSA" |
| 53 | |
| 54 | def log(*args): |
| 55 | print(datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3], *args) |
| 56 | |
| 57 | # Add bundle for future execution |
| 58 | def add_future(tid, bundle): |
no outgoing calls
no test coverage detected