Skip to content

Commit a9a1c69

Browse files
forgot this
1 parent 33fd7f9 commit a9a1c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: config.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Config:
3535
SUBSCRIPTION_COST: int = 150 # 150 telegram stars a month
3636
DEFAULT_USER_SPACE: int = 100_000 # 0.1 megabytes
3737
PREMIUM_USER_SPACE: int = 10_000_000 # 10 megabytes
38+
PAGE_LENGTH: int = 4 # amount of items in each page in /inbox
3839

3940
def __post_init__(self):
4041
for key, val in self.__dict__.items():

0 commit comments

Comments
 (0)