Switchbot

05/07/2015 19:27 BlackWood2#1
Hi Leute!
Ich wollte den Switchbot von Mijago (v2.3) auf mein Server einfügen.
Jedoch trat bei mir ein komischer Fehler auf.
Hier die syserr von den Client
Wer Zeit hat kann mir ja helfen ;) Ich lade noch hier im Anhang die game.py noch hoch!

Danke im Voraus
05/07/2015 19:31 Poccix#2
Code:
	def __toggleSwitchbot(self):
		if self.switchbot.bot_shown == 1:
			self.switchbot.Hide()
		else:
			self.switchbot.Show()
05/07/2015 19:49 BlackWood2#3
Hat geklappt :)
05/07/2015 20:10 Nectix#4
#closed