Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Becker committed Jul 20, 2024
1 parent 1486952 commit d6951c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
self.server = socketserver.TCPServer(('localhost', 5000), Handler)

def run(self):
'''Starten des Servers'''
'''Starten des Webservers'''
self.server.serve_forever()

def shutdown(self):
Expand Down

0 comments on commit d6951c6

Please sign in to comment.