[BUG] Invalid Input Can't create room in WuBook

This commit is contained in:
Pablo
2019-02-18 19:35:50 +01:00
parent 640b7abbe2
commit 44e49341a0

View File

@@ -137,8 +137,8 @@ class WuBookAdapter(AbstractComponent):
descriptions, descriptions,
boards, boards,
int(rtype), int(rtype),
min_price, # Issue limit for min_price and max_price is they have to be higher than 5 # min_price, # Issue limit for min_price and max_price is they have to be higher than 5
max_price, # max_price,
) )
if rcode != 0: if rcode != 0:
raise ChannelConnectorError(_("Can't create room in WuBook"), { raise ChannelConnectorError(_("Can't create room in WuBook"), {