mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Remove another debug print, bump v1.10.4
This commit is contained in:
10
setup.py
10
setup.py
@@ -140,10 +140,12 @@ def generate(which, action='gen'):
|
||||
gen_json(*fs)
|
||||
|
||||
if which:
|
||||
print('The following items were not understood:', which)
|
||||
print(' Consider using only "tl", "errors" and/or "docs".')
|
||||
print(' Using only "clean" will clean them. "all" to act on all.')
|
||||
print(' For instance "gen tl errors".')
|
||||
print(
|
||||
'The following items were not understood:', which,
|
||||
'\n Consider using only "tl", "errors" and/or "docs".'
|
||||
'\n Using only "clean" will clean them. "all" to act on all.'
|
||||
'\n For instance "gen tl errors".'
|
||||
)
|
||||
|
||||
|
||||
def main():
|
||||
|
Reference in New Issue
Block a user