mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add missing parenthesis
This commit is contained in:
parent
cea75a4365
commit
0c25bf29b4
|
@ -161,7 +161,7 @@ def _generate_index(folder, original_paths, root,
|
|||
bots_index, namespace_paths)
|
||||
if bots_index:
|
||||
docs.add_row(namespace.title(),
|
||||
link=os.path.join(namespace, BOT_INDEX)
|
||||
link=os.path.join(namespace, BOT_INDEX))
|
||||
else:
|
||||
docs.add_row(namespace.title(),
|
||||
link=os.path.join(namespace, INDEX))
|
||||
|
|
Loading…
Reference in New Issue
Block a user