From d7eb232af46ac00d359c7f6d7787eefb3d22d0cf Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 31 Mar 2023 02:18:28 -0400 Subject: [PATCH] fixed environment, continued work on commands --- .gitignore | 1 + games.py | 2 +- the-prestige.pyproj | 14 +++++- the_prestige.py | 111 +++++++++++++++++++++++++++++--------------- 4 files changed, 89 insertions(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index ce115fc..a372498 100644 --- a/.gitignore +++ b/.gitignore @@ -359,3 +359,4 @@ env /simmadome/build /simmadome/.eslintcache /matteo_env/Lib/site-packages +/new_matteo_env diff --git a/games.py b/games.py index 8e550d1..93596be 100644 --- a/games.py +++ b/games.py @@ -954,7 +954,7 @@ def get_team_and_owner(name): update_team(team_json) return (team_json, owner_id) except: - return None + return (None, None) def save_team(this_team, user_id): try: diff --git a/the-prestige.pyproj b/the-prestige.pyproj index 21abac0..16f222c 100644 --- a/the-prestige.pyproj +++ b/the-prestige.pyproj @@ -11,7 +11,7 @@ . the-prestige the-prestige - MSBuild|matteo_env|$(MSBuildProjectFullPath) + MSBuild|new_matteo_env|$(MSBuildProjectFullPath) False true @@ -67,6 +67,15 @@ PYTHONPATH X86 + + new_matteo_env + 3.8 + new_matteo_env (Python38-32) + Scripts\python.exe + Scripts\pythonw.exe + PYTHONPATH + X86 + @@ -43336,6 +43345,9 @@ + + +