.append_prefix() doens't exist anymore

This commit is contained in:
jesopo 2019-11-25 16:09:35 +00:00
parent ab8bc65cc9
commit 0bb7800934

View file

@ -78,7 +78,8 @@ class Module(ModuleManager.BaseModule):
wind_speed_m = "%sMPh" % round(0.6214*wind_speed, 1)
if not nickname == None:
event["stdout"].append_prefix("|%s" % nickname)
location_str = "%s: %s" % (nickname, location_str)
event["stdout"].write(
"(%s) %s/%s | %s | Humidity: %s | Wind: %s/%s" % (
location_str, celsius, fahrenheit, description, humidity,