This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
solardash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
we aren't testing this code..
main
John-Mark Gurney
5 years ago
parent
06e7e1ef6f
commit
4231738832
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save