fix another backporting oversight
This commit is contained in:
parent
4d34a2b21b
commit
81325d7856
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ if __name__ == "__main__":
|
|||
cs = CampaignClient(address)
|
||||
data = cs.list_campaigns()
|
||||
if data:
|
||||
import addon_manager.html
|
||||
import campaigns_client.html
|
||||
campaigns_client.html.output(options.html, options.url, data)
|
||||
else:
|
||||
sys.stderr.write("Could not connect.\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue