Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Jul 2, 2024
1 parent 6309c46 commit 5feee48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appconf/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def l2_modules() -> dict:
"forms_url": SettingManager.forms_url(),
}
cache.set(k, simplejson.dumps(result), 60 * 60 * 8)
print(result)
return result

@staticmethod
Expand Down

0 comments on commit 5feee48

Please sign in to comment.