remove unused variable
This commit is contained in:
parent
9b0e3d29fe
commit
6a60f831b0
@ -221,7 +221,7 @@ def main():
|
|||||||
help="workaround for weird Disqus XML exports, #135")
|
help="workaround for weird Disqus XML exports, #135")
|
||||||
|
|
||||||
# run Isso as stand-alone server
|
# run Isso as stand-alone server
|
||||||
serve = subparser.add_parser("run", help="run server")
|
subparser.add_parser("run", help="run server")
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
conf = config.load(join(dist.location, dist.project_name, "defaults.ini"), args.conf)
|
conf = config.load(join(dist.location, dist.project_name, "defaults.ini"), args.conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user