View Single Post
Posts: 123 | Thanked: 99 times | Joined on Sep 2010 @ Russia
#415
Originally Posted by ForeverYoung View Post
I also found that using cli I can't list events if there is non-english name, error in alarmed.py:110, but I didn't fix it yet.
line 110 of alarmed.py should be:
print "\t" + info + ": " + unicode(i[info]).encode("utf-8")