.append_prefix() doens't exist anymore
This commit is contained in:
parent
ab8bc65cc9
commit
0bb7800934
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue