This commit is contained in:
Ali Abid 2021-04-23 08:43:37 -07:00
commit 884448ede3
6 changed files with 5 additions and 2 deletions

View File

@ -14,3 +14,4 @@ ffmpy
librosa librosa
colorama>=0.3.9 colorama>=0.3.9
markdown2 markdown2
pycrypto

View File

@ -426,7 +426,8 @@ class Interface:
# Set up shareable link # Set up shareable link
self.share = share self.share = share
if share: if share:
print(strings.en["SHARE_LINK_MESSAGE"]) if not private_endpoint:
print(strings.en["SHARE_LINK_MESSAGE"])
try: try:
share_url = networking.setup_tunnel(server_port, private_endpoint) share_url = networking.setup_tunnel(server_port, private_endpoint)
print(strings.en["SHARE_LINK_DISPLAY"].format(share_url)) print(strings.en["SHARE_LINK_DISPLAY"].format(share_url))

View File

@ -29,6 +29,7 @@ setup(
'ffmpy', 'ffmpy',
'librosa', 'librosa',
'colorama >= 0.3.9', 'colorama >= 0.3.9',
'markdown2' 'markdown2',
'pycrypto'
], ],
) )

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB