From 3ee379481898a6259031adf1c6086435269c4ad8 Mon Sep 17 00:00:00 2001 From: Lephe Date: Fri, 26 Feb 2021 17:29:23 +0100 Subject: [PATCH] master: fix groups not fully updating Fixes c8661ca50. --- master.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/master.py b/master.py index 114e354..abd8c5d 100755 --- a/master.py +++ b/master.py @@ -148,6 +148,8 @@ def update_groups(): print(f"[group] Created {g.name}") + db.session.commit() + def create_common_accounts(): # Clean up common accounts