Explorar o código

Fix analyse_event

Olivier Marty %!s(int64=8) %!d(string=hai) anos
pai
achega
cba57306fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      analyse_event.py

+ 1 - 1
analyse_event.py

@@ -8,7 +8,7 @@ def get_events():
 
 def main():
     for event in get_events():
-        print(str(event.affiche))
+        print(str(event))
 
 if __name__ == '__main__':
     main()