Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
lokiunimore.config: Remove TELEGRAM_SESSION_NAME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Sep 15, 2023
1 parent c4ab98d commit 7274156
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lokiunimore/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ def TELEGRAM_APP_HASH(val: str) -> str:
return val


@config.required()
def TELEGRAM_SESSION_NAME(val: str) -> str:
"""
Name to associate to the session of this Telegram client.
https://docs.telethon.dev/en/stable/concepts/sessions.html
"""
return val


@config.required()
def TELEGRAM_BOT_TOKEN(val: str) -> str:
"""
Expand Down Expand Up @@ -318,7 +309,6 @@ def OIDC_EMAIL_REGEX(val: str) -> re.Pattern:
"MATRIX_HELP_ROOM_ALIAS",
"TELEGRAM_APP_ID",
"TELEGRAM_APP_HASH",
"TELEGRAM_SESSION_NAME",
"TELEGRAM_BOT_TOKEN",
"TELEGRAM_BOT_USERNAME",
"TELEGRAM_PUBLIC_JOIN_LINK",
Expand Down

0 comments on commit 7274156

Please sign in to comment.