KillianLucas / 01-rewrite

44 stars 6 forks source link

sever.run: run funtion not found #3

Open ngoiyaeric opened 3 months ago

ngoiyaeric commented 3 months ago

sever module does not have run function in main.py

guoper59 commented 2 months ago

I got the same:

Traceback (most recent call last): File "/Users/alfonsofuertes/01-rewrite/main.py", line 19, in server_thread = threading.Thread(target=server.run) ^^^^^^^^^^ AttributeError: module 'server' has no attribute 'run'

egaralmeida commented 1 month ago

Same here. No attribute run on server.py.