currently there is a typo starting on line 31 of server.py this causes nothing to exicute. The issue stems from an incorrect indentation introduced by change in control flow from the original version. It might be best to take the time now and change the entire function to a
try:
except:
else:
finally:
type of function. comment if you need more information on fixing this or think it would make the entire server less readable.
currently there is a typo starting on line 31 of server.py this causes nothing to exicute. The issue stems from an incorrect indentation introduced by change in control flow from the original version. It might be best to take the time now and change the entire function to a try: except: else: finally:
type of function. comment if you need more information on fixing this or think it would make the entire server less readable.