Skip to content

Commit

Permalink
Merge pull request #3 from killometrs/patch-1
Browse files Browse the repository at this point in the history
Fix error in README.md
  • Loading branch information
AYMENJD authored Oct 2, 2023
2 parents d6ce84f + 1a5dc1d commit 98077e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ client = Client(
database_encryption_key="1234echobot$",
token="1088394097:AAQX2DnWiw4ihwiJUhIHOGog8gGOI", # Your bot token or phone number if you want to login as user
files_directory="BotDB", # Path where to store TDLib files
lib_path="/path/to/libtdjson.so" # Path to TDjson shared library
lib_path="/path/to/libtdjson.so", # Path to TDjson shared library
td_log=LogStreamFile("tdlib.log"), # Set TDLib log file path
td_verbosity=2, # TDLib verbosity level
)
Expand Down

0 comments on commit 98077e5

Please sign in to comment.