Closed WolfJack24 closed 3 months ago
if the whole of the main file is needed i will upload it
Does the Code Snippet you provided also throw same error?
Regards.
Yes it does
In my testing, it isn't showing any error.
Huh that is weird
but i have uploaded the project to github so ig that makes something easier: https://github.com/WolfJack24/Morse-Code-Translator
I figured it out, it was because i was modifying the default list object
here is the code that broke it:
import builtins
class List(list):
def delisttify(self) -> str:
string = ""
if self:
for item in self:
string += f"{item} "
return string
builtins.list = List
So i am creating a app and when i tried to run it
i keep getting this error:
so i changed the default theme to contain hex codes rather then color names:
i still get the same thing
here is the code:
blue_in_hex.json