changed json formatting

This commit is contained in:
2023-04-29 19:59:16 -07:00
parent 23716a7bc7
commit ce51e5c35c
3 changed files with 15 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
class Constants:
green = (106, 171, 115)
red = (219, 92, 92)
host = "127.0.1.1"
host = "lukesau.com"
port = 8328
header_size = 1024
text_format = "utf-8"
minimum_window_size = (300, 150)
default_window_size = (300, 150)
small_window_size = (300, 150)
medium_window_size = (300, 500)