Skip to content

Commit ae4d443

Browse files
MagMuellerMagnus Müller
andauthored
Polish gamified mini app concepts (#231)
Co-authored-by: Magnus Müller <magnus@browser-use.com>
1 parent 9bbaab8 commit ae4d443

5 files changed

Lines changed: 812 additions & 146 deletions

File tree

agent/mini_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
REPO_AGENT = Path(__file__).resolve().parent
3030
STATIC_DIR = REPO_AGENT / "mini_app_static"
31-
CONCEPT_ROUTE_RE = re.compile(r"^/(?:mini-apps?|miniapps?|mini_app|mini[-_]?app[-/]?(?:[1-9]|1[0-9]|20))/?$")
31+
CONCEPT_ROUTE_RE = re.compile(r"^/(?:mini-apps?|miniapps?|mini_app|mini[-_]?app[-/]?(?:[1-9]|10))/?$")
3232
TG_ENV = Path("/etc/bux/tg.env")
3333
TG_STATE = Path("/etc/bux/tg-state.json")
3434
TG_ALLOWED = Path("/etc/bux/tg-allowed.txt")

0 commit comments

Comments
 (0)