Skip to content

Commit

Permalink
removed testing variables
Browse files Browse the repository at this point in the history
I've forgot to remove some variables for testing when making the test server.
  • Loading branch information
Techno-Fox committed Feb 23, 2022
1 parent 2ae208b commit 1a009e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_server/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def log_message(self, format, *args):

################ Start of GET handlers ################
def connect_handler(self):
global connections

try:
self.send_response(200)
self.send_header("Content-type", "text/html")
Expand Down Expand Up @@ -64,7 +62,6 @@ def start_execute_server():


def main():
global SYSTEM_STATE
start_execute_server()


Expand Down

0 comments on commit 1a009e3

Please sign in to comment.