Skip to content

Commit

Permalink
date edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatitka committed Oct 29, 2023
1 parent e5859d3 commit dd69a7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions handlers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import personal_actions
from . import admin
Empty file added handlers/admin.py
Empty file.
2 changes: 1 addition & 1 deletion handlers/personal_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from dispatcher import dp

MONTHLY_EXPENCES = 600
PERIOD_START = [2023, 9, 25]
PERIOD_START = [2023, 10, 25]
PERIOD_END = [PERIOD_START[0], PERIOD_START[1]+1, PERIOD_START[2]-1]


Expand Down

0 comments on commit dd69a7b

Please sign in to comment.