MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / exit

Function exit

start.py:118–122  ·  view source on GitHub ↗
(*message)

Source from the content-addressed store, hash-verified

116
117
118def exit(*message):
119 if message:
120 logger.error(bcolors.FAIL + " ".join(message) + bcolors.RESET)
121 shutdown()
122 _exit(1)
123
124
125class Methods:

Callers 3

runConsoleMethod · 0.85
handleProxyListFunction · 0.85
start.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected