Skip to content

Commit

Permalink
Sessions!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Nov 6, 2023
1 parent dd8674a commit e1337f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.jpg
*.pkl
*.png
*.session
ffmpeg.txt
filter.txt
replace_proxy.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV TZ=Africa/Lagos
ENV TERM=xterm

# Install Dependencies
RUN dnf -qq -y update && dnf -qq -y install git aria2 bash xz wget curl pv jq python3-pip mediainfo procps-ng qbittorrent-nox && python3 -m pip install --upgrade pip
RUN dnf -qq -y update && dnf -qq -y install git aria2 bash xz wget curl pv jq python3-pip mediainfo psmisc procps-ng qbittorrent-nox && python3 -m pip install --upgrade pip

# Install latest ffmpeg
RUN wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linux64-gpl-6.0.tar.xz && tar -xvf *xz && cp *6.0/bin/* /usr/bin && rm -rf *xz && rm -rf *6.0
Expand Down
4 changes: 2 additions & 2 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@


try:
tele = TelegramClient(None, APP_ID, API_HASH, catch_up=True)
tele = TelegramClient("tele", APP_ID, API_HASH, catch_up=True)
pyro = Client(
"Enc",
"pyro",
api_id=APP_ID,
api_hash=API_HASH,
bot_token=BOT_TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.0-beta.1.1-3 (beta)
v2.1.0-beta.1.1-4 (beta)

0 comments on commit e1337f1

Please sign in to comment.