Skip to content

Commit

Permalink
config: added DATABASE_PATH in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
HitaloM committed Apr 24, 2022
1 parent 2274874 commit fb6a578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eduu/config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ TOKEN: str = "YOUR_TOKEN_HERE"
API_ID: int = 123123
API_HASH: str = ""

# Database path
DATABASE_PATH: str = "./eduu/database/edu.db"


# Chat used for logs
log_chat: int = 123456789
Expand Down

0 comments on commit fb6a578

Please sign in to comment.