Skip to content

Commit

Permalink
[3.0.35] Fix: configuration (no impact) && add examples in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelambert committed Jun 13, 2024
1 parent aa61152 commit f62ae69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebScripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
This tool runs CLI scripts and displays output in a Web Interface.
"""

__version__ = "3.0.34"
__version__ = "3.0.35"
__author__ = "Maurice Lambert"
__author_email__ = "mauricelambert434@gmail.com"
__maintainer__ = "Maurice Lambert"
Expand Down
2 changes: 1 addition & 1 deletion WebScripts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
This tool runs CLI scripts and displays output in a Web Interface.
"""

__version__ = "3.0.34"
__version__ = "3.0.35"
__author__ = "Maurice Lambert"
__author_email__ = "mauricelambert434@gmail.com"
__maintainer__ = "Maurice Lambert"
Expand Down
2 changes: 1 addition & 1 deletion WebScripts/config/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"JsonRpc",
"notification"
],
"modules_path": "./modules/",
"modules_path": ["./modules/"],
"js_path": [
"./static/js/*.js"
],
Expand Down

0 comments on commit f62ae69

Please sign in to comment.