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

add_node raise error #15

Open
HadiH2o opened this issue May 28, 2024 · 0 comments
Open

add_node raise error #15

HadiH2o opened this issue May 28, 2024 · 0 comments

Comments

@HadiH2o
Copy link

HadiH2o commented May 28, 2024

when i use :

token = await panel.get_token()
result = await panel.add_node(
        token,
        Node('france', 'fr.example.net')
    )

i get this error :

TypeError: Node.__init__() got an unexpected keyword argument 'usage_coefficient'

but the node is created in the panel

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

1 participant