diff --git a/docs/Glucosemeter Project Logboek.docx b/docs/Glucosemeter Project Logboek.docx index 49e5915..efae9e0 100644 Binary files a/docs/Glucosemeter Project Logboek.docx and b/docs/Glucosemeter Project Logboek.docx differ diff --git a/src/ServerCheck.py b/src/ServerCheck.py index f0f7ca6..77926dc 100644 --- a/src/ServerCheck.py +++ b/src/ServerCheck.py @@ -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"),