Skip to content

Instantly share code, notes, and snippets.

@bendikro
Created April 13, 2020 15:55
Show Gist options
  • Save bendikro/f26dcbb99cc7fea0ae6d129f9c467c09 to your computer and use it in GitHub Desktop.
Save bendikro/f26dcbb99cc7fea0ae6d129f9c467c09 to your computer and use it in GitHub Desktop.
- log.info('Serving webapidoc at http://%s:%s%s%s', ip, self.port, self.base, self.webapidoc_path)
+ log.info(
+ 'Serving webapidoc at http://%s:%s%s%s',
+ ip,
+ self.port,
+ self.base,
+ self.webapidoc_path,
+ )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment