fixed another error

This commit is contained in:
janis
2022-10-30 19:27:44 +01:00
parent 19a2e12556
commit fd61a38d45
2 changed files with 1 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ class ServerComs:
def getfullscreeninfo(self, url): def getfullscreeninfo(self, url):
try: try:
self.x = requests.get(f"{url}/changefullscreen") self.x = requests.get(f"{url}/fullscreen")
except Exception: except Exception:
pass pass
return self.x.text return self.x.text