lschopitea

Results 2 comments of lschopitea

For this environment: (venv) lsc@maksutov:~/indiwebmanager$ pip freeze bottle==0.13.1 certifi==2024.8.30 charset-normalizer==3.4.0 idna==3.10 importlib_metadata==8.5.0 indiweb==0.1.8 psutil==6.0.0 requests==2.32.3 urllib3==2.2.3 zipp==3.20.2 This patch fixes that issue: diff --git a/indiweb/main.py b/indiweb/main.py index 871f71b..71cc135 100644 ---...

Sorry, let's try: ```text diff --git a/indiweb/main.py b/indiweb/main.py index 871f71b..71cc135 100644 --- a/indiweb/main.py +++ b/indiweb/main.py @@ -139,7 +139,7 @@ def main_form(): saved_profile = request.get_cookie('indiserver_profile') or 'Simulators' profiles = db.get_profiles() -...