Fix some issues including uploading large docs

This commit is contained in:
Cyber MacGeddon 2025-05-05 18:33:32 +01:00
parent 04e0b6953f
commit f68a4f21b1
5 changed files with 10 additions and 4 deletions

View file

@ -36,6 +36,7 @@ def show_docs(url, user):
table,
tablefmt="pretty",
stralign="left",
maxcolwidths=[None, 55],
))
print()