mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-16 02:16:37 +02:00
0.8.29
* fix crash if `getLossRate` was read from inverter #1288 #1290 * reduce reload time for opendtufusion ethernet variant to 5 seconds * added basic grid parser
This commit is contained in:
parent
8b379f768e
commit
4f75ce7dd1
11 changed files with 876 additions and 46 deletions
scripts
|
@ -159,7 +159,7 @@ if os.path.exists(wd):
|
|||
|
||||
# grab all files with following extensions
|
||||
os.chdir('./web/html')
|
||||
types = ('*.html', '*.css', '*.js', '*.ico') # the tuple of file types
|
||||
types = ('*.html', '*.css', '*.js', '*.ico', '*.json') # the tuple of file types
|
||||
files_grabbed = []
|
||||
for files in types:
|
||||
files_grabbed.extend(glob.glob(files))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue