Rename to Polyboard

This commit is contained in:
Astatin3
2024-02-25 11:30:07 -07:00
parent 6eca9379cf
commit 1f5ffc1061
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ def err404(err):
class webserv():
def __init__(self):
self.title = 'Modulator'
self.title = 'Polyboard'
self.port = 443
self.host = '0.0.0.0'
self.verbose = False