diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-04-20 20:56:35 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-04-20 20:56:35 +0300 |
| commit | 75e99ca0712a2c09230e5c6f8d093dc526cc717d (patch) | |
| tree | f3f00494364a82b866f093651cb9a08030135c4e /settings.py | |
| parent | f186fca0f1aa9bbe5eab7613f229df527b2ab774 (diff) | |
| download | vpn_manager_bot-75e99ca0712a2c09230e5c6f8d093dc526cc717d.tar.gz vpn_manager_bot-75e99ca0712a2c09230e5c6f8d093dc526cc717d.zip | |
Add users command
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py index 04ba431..4371bab 100644 --- a/settings.py +++ b/settings.py | |||
| @@ -14,11 +14,8 @@ storage_path.mkdir(parents=True, exist_ok=True) | |||
| 14 | database_path = storage_path / "database.db" | 14 | database_path = storage_path / "database.db" |
| 15 | database_url = f"sqlite+aiosqlite:///{database_path}" | 15 | database_url = f"sqlite+aiosqlite:///{database_path}" |
| 16 | 16 | ||
| 17 | json_storage_path = storage_path / "storage.json" | ||
| 18 | |||
| 19 | __all__ = [ | 17 | __all__ = [ |
| 20 | "database_path", | 18 | "database_path", |
| 21 | "database_url", | 19 | "database_url", |
| 22 | "json_storage_path", | ||
| 23 | "Env", | 20 | "Env", |
| 24 | ] | 21 | ] |
