2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 23:05:15 +00:00

Better explanation of workdir Client parameter

This commit is contained in:
Dan
2019-08-06 00:08:31 +02:00
parent 3dc2a81d72
commit eeda40002d
2 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ class Client(Methods, BaseClient):
workdir (``str``, *optional*):
Define a custom working directory. The working directory is the location in your filesystem
where Pyrogram will store your session files. Defaults to "." (current directory).
where Pyrogram will store your session files. Defaults to the parent directory of the main script.
config_file (``str``, *optional*):
Path of the configuration file. Defaults to ./config.ini