Skip to content

Commit

Permalink
feat: Updated client_code/MenuForm/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Oct 11, 2023
1 parent 16f8c92 commit c7c961e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client_code/MenuForm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def __init__(self, **properties):
self.connections_link.visible = glob.trust_level >= 2 # show if guest_allowed (DashForm.timer_1)
self.my_groups_link.visible = glob.trust_level >= 3
self.test_column_panel.visible = self.item['test_mode']
# if p.DEBUG_MODE and self.item['test_mode']:
# auto_test.client_auto_tests()
if p.DEBUG_MODE and self.item['test_mode']:
auto_test.client_auto_tests()
self.set_test_link()
self.timer_1.interval = 30*60 #kludge to prevent cache from becoming *too* stale
self.dash = None
Expand Down

0 comments on commit c7c961e

Please sign in to comment.