(textval, colval)
| 59 | DEFAULT_RATE_PERIOD = 60 |
| 60 | |
| 61 | def cprintc(textval, colval): |
| 62 | if not args.bare: |
| 63 | cprint(textval, colval) |
| 64 | |
| 65 | def createConfig(): |
| 66 | privKeyName = path+"/jwttool_custom_private_RSA.pem" |
no outgoing calls
no test coverage detected