Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sever.run: run funtion not found #3

Open
ngoiyaeric opened this issue May 24, 2024 · 2 comments
Open

sever.run: run funtion not found #3

ngoiyaeric opened this issue May 24, 2024 · 2 comments

Comments

@ngoiyaeric
Copy link

sever module does not have run function in main.py

@guoper59
Copy link

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
Copy link

Same here. No attribute run on server.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants