Skip to content

Commit

Permalink
Update web_srv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa committed Nov 24, 2023
1 parent 6a4baa9 commit a889428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/esp32/modules/web_srv.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ def show_index_page(server, arg, owl):

def show_config_page(server, arg, owl):
collect()
s1 = "СРШ: " + dumps(owl.value_now)
s = html_config.format(
s1, #
config.ROUTEROS_IP, #
config.ROUTEROS_USER, #
config.ROUTEROS_PASSWORD, #
Expand Down

0 comments on commit a889428

Please sign in to comment.