Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Docker side

Signed-off-by: Dawn India <[email protected]>
  • Loading branch information
Dawn-India committed Aug 17, 2024
1 parent 5602036 commit 430ee93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def uploadee(url):

def terabox(url):
"""Terabox direct link generator
By: https://github.com/Dawn-India"""
By: https://github.com/Dawn-India/Z-Mirror"""

pattern1 = r"/s/(\w+)"
pattern2 = r"surl=(\w+)"
Expand Down
4 changes: 2 additions & 2 deletions bot/helper/task_utils/status_utils/telegram_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def __init__(self, listener, obj, gid, status):
self._size = self.listener.size
self._gid = gid
self._status = status
self.engine = f"PyroZee v{self._eng_ver()}"
self.engine = f"NekoZee v{self._eng_ver()}"

def _eng_ver(self):
return get_distribution("pyrozee").version
return get_distribution("nekozee").version

def processed_bytes(self):
return get_readable_file_size(self._obj.processed_bytes)
Expand Down

0 comments on commit 430ee93

Please sign in to comment.