Wrapping room parameter in a string in case of using room IDs

reviewable/pr18780/r1
Zach Abrahamson 9 years ago
parent 0f2b2030ce
commit d738eb2fed

@ -184,7 +184,7 @@ def main():
)
token = module.params["token"]
room = module.params["room"]
room = str(module.params["room"])
msg = module.params["msg"]
msg_from = module.params["msg_from"]
color = module.params["color"]

Loading…
Cancel
Save