Browse Source

we aren't testing this code..

main
John-Mark Gurney 5 years ago
parent
commit
4231738832
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      solardash/__init__.py

+ 1
- 1
solardash/__init__.py View File

@@ -138,7 +138,7 @@ def getapp(argv):

return app

def main():
def main(): # pragma: no cover
app = getapp(sys.argv[1:])
web.run_app(app)



Loading…
Cancel
Save