Skip to content
Snippets Groups Projects
Commit c62d4ea3 authored by Felix Agner's avatar Felix Agner
Browse files

removed useless thing

parent caab129c
No related branches found
No related tags found
No related merge requests found
# general
from omnibot import run_dummybot
if __name__ == '__main__':
# Server settings
HOST = "localhost"
if len(sys.argv) > 1:
# If an input is given to the script, it will be interpreted as the intended
# IP-address. Baseline is localhost.
HOST = sys.argv[1]
print(f"HOST: \t {HOST}")
run_dummybot(HOST)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment