We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
➜ enteletaor enteletaor3 scan -h Traceback (most recent call last): File "/opt/homebrew/bin/enteletaor3", line 5, in <module> from enteletaor_lib.enteletaor import main File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/__init__.py", line 33, in <module> boot_loader() File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/libs/core/bootloader.py", line 37, in boot_loader from .structs import AppSettings File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/libs/core/structs.py", line 148, in <module> AppSettings = _AppSettings() ^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/wtforms/form.py", line 208, in __call__ return type.__call__(cls, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/libs/core/structs.py", line 59, in __init__ super(CommonData, self).__init__(**kwargs) File "/opt/homebrew/lib/python3.11/site-packages/wtforms/form.py", line 280, in __init__ super().__init__(self._unbound_fields, meta=meta_obj, prefix=prefix) File "/opt/homebrew/lib/python3.11/site-packages/wtforms/form.py", line 48, in __init__ field = meta.bind_field(self, unbound_field, options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/wtforms/meta.py", line 28, in bind_field return unbound_field.bind(form=form, **options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/wtforms/fields/core.py", line 399, in bind return self.field_class(*self.args, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: new_field__init__() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: