Untitled

 avatar
unknown
plain_text
a year ago
1.2 kB
11
Indexable
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/data/data/com.termux/files/home/Ultroid/pyUltroid/__init__.py", line 24, in <module>
    from .configs import Var
  File "/data/data/com.termux/files/home/Ultroid/pyUltroid/configs.py", line 20, in <module>
    class Var:
  File "/data/data/com.termux/files/home/Ultroid/pyUltroid/configs.py", line 41, in Var
    LOG_CHANNEL = config("LOG_CHANNEL", default=0, cast=int)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/decouple.py", line 248, in __call__
    return self.config(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/decouple.py", line 107, in __call__
    return self.get(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/decouple.py", line 101, in get
    return cast(value)
           ^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
~/Ultroid $
Editor is loading...
Leave a Comment