![]() |
2012-11-03
, 09:22
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#71
|
![]() |
2012-11-03
, 09:32
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#72
|
The Following User Says Thank You to EmaNymton For This Useful Post: | ||
![]() |
2012-11-03
, 09:40
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#73
|
![]() |
2012-11-03
, 10:14
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#74
|
The Following 2 Users Say Thank You to EmaNymton For This Useful Post: | ||
![]() |
2012-11-03
, 10:28
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#75
|
# python /home/user/meegoal_lpm_backend.py Traceback (most recent call last): File "/home/user/meegoal_lpm_backend.py", line 7, in <module> from match import Match ImportError: No module named match
# python /opt/meegoal/meegoal_lpm_backend.py Traceback (most recent call last): File "/opt/meegoal/meegoal_lpm_backend.py", line 55, in <module> print "matchtime in the future, sleep {0} seconds".format(seconds_till_match) NameError: name 'seconds_till_match' is not defined
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-03
, 13:50
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#78
|
The Following User Says Thank You to EmaNymton For This Useful Post: | ||
![]() |
2012-11-03
, 14:22
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#80
|
Unfortunately there is another problem:
Billboard runs the script only if information on LPM like battery-status is updated, and I have no idea how I can manipulate it to update it for example every minute, while match is running.
The Following 2 Users Say Thank You to EmaNymton For This Useful Post: | ||