Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed Sep 19, 2024
1 parent 10910fc commit 25952a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ENV TZ=Asia/Kolkata
## Copy files into the Docker image
COPY . .

RUN pip3 install --no-cache-dir -r requirements.txt

ENV PATH="/home/userbot/bin:$PATH"

CMD ["python3","-m","userbot"]
2 changes: 1 addition & 1 deletion userbot/plugins/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,5 @@ async def search_func(event):
allow_cache=False,
reply_to=event.message.reply_to_msg_id,
)
os.remove(filename)
os.remove(filename)
await edit_or_reply(event, f"{caption} \n\n**OUTPUT:**\n`{text}`")

0 comments on commit 25952a7

Please sign in to comment.