diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | constants.py | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -143,8 +143,6 @@ venv.bak/ # Rope project settings .ropeproject -# mkdocs documentation -/site # mypy .mypy_cache/ diff --git a/constants.py b/constants.py index 5ca4d1e..feb7dc5 100644 --- a/constants.py +++ b/constants.py @@ -1,6 +1,6 @@ from enum import Enum -DAYS_LIMIT=7 +DAYS_LIMIT=14 EAMUSEMENT_BASE_URL = "https://p.eagate.573.jp" SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/index.html" |
