Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 9, 2012
1 parent b701fa8 commit e8062a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/instanssi.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def send(self):



valot = Instanssi("<b>boo</b>", "192.168.10.1", 9909)
valot = Instanssi("epeli", "192.168.10.1", 9909)


# Sinistä kansalle
Expand All @@ -54,6 +54,8 @@ def send(self):
valot.send()


# Kiertävä vihreä valo

i = 0
# XXX: ikiloopit on pahasta
while True:
Expand Down

0 comments on commit e8062a9

Please sign in to comment.