Updated docs and fixed a bug

This commit is contained in:
Bart Koolen 2025-03-06 17:56:28 +01:00
parent 606bd02967
commit 229971ab6a
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,7 @@ class Site: #Custom classes for my dictionaries
self.typeVar = typeVar
webServers = {"Google" : Site(url="https://google.com", typeVar="URL"), #List with all the servers urls and names and types
"GameServer" : Site(url="http://192.168.0.251", typeVar="URL"),
"GameServer" : Site(url="http://192.168.1.251", typeVar="URL"),
"SpiritBody" : Site(url="https://spiritbodyhealing.org", typeVar="URL"),
"HeresYourSign": Site(url="https://heresyoursign.nl", typeVar="URL"),
#"SMB_server": Site(url="192.168.1.250", typeVar="SMB"),