diff options
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.template b/.env.template index d3548c6..17b7179 100644 --- a/.env.template +++ b/.env.template @@ -11,3 +11,4 @@ DOWNLOAD_BUTTON_SELECTOR_TYPE="xpath" DOWNLOAD_BUTTON='//*[@id="mat-mdc-dialog-0"]/div/div/data-export-dialog/div/mat-dialog-actions/button[2]' BOT_TOKEN= BOT_CHAT_ID= +DB_FILENAME='db.sqlite3' |