Browse Source

fix variable name

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
0c4370bc0f
  1. 2
      mtsenliven.py

2
mtsenliven.py

@ -72,7 +72,7 @@ def print_unique_only(output):
" time the message above will be shown") " time the message above will be shown")
def process_msg(bstring): def process_msg(bstring):
output = output_original.decode("utf-8") output = bstring.decode("utf-8")
# works on python2 or 3 # works on python2 or 3
print_unique_only(output) print_unique_only(output)

Loading…
Cancel
Save