mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
Change config option: login->phone
This commit is contained in:
parent
bceaafb2cd
commit
c6e7c21565
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def main():
|
|||
tg = TelegramApi(
|
||||
api_id=cfg["api_id"],
|
||||
api_hash=cfg["api_hash"],
|
||||
phone=cfg["login"],
|
||||
phone=cfg["phone"],
|
||||
database_encryption_key=cfg["enc_key"],
|
||||
files_directory=cfg.get("files", config.DEFAULT_FILES),
|
||||
tdlib_verbosity=cfg.get("tdlib_verbosity", 0),
|
||||
|
|
Loading…
Reference in a new issue