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:
@@ -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
|
||||
|
Reference in New Issue
Block a user