Skip to content

Commit

Permalink
special for alex
Browse files Browse the repository at this point in the history
  • Loading branch information
zv3zdochka committed Apr 11, 2024
1 parent 5b02322 commit e096a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.12
LABEL authors="batsi"
COPY Search.py .
COPY ScrappedSearch.py .
COPY requirements.txt .
COPY data.json .
COPY log.txt .
COPY help.txt .
COPY found.txt .
COPY users.json .
RUN pip install -r requirements.txt
CMD ["python", "Search.py"]
CMD ["python", "ScrappedSearch.py"]
2 changes: 1 addition & 1 deletion ScrappedSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pip install -r requirements.txt\n"
"You can find the requirements.txt file at: https://github.com/zv3zdochka/Cheat_Ege.git")

TOKEN = "6837174253:AAHuMokKb3PNdbXbP3iMfTFL8C8xp8hMzr8"
TOKEN = "7104080784:AAFiU0STuHAsW-KsFOF5cwVozmdn1UCflB0"
auth_waiting = []
users = []
admins = []
Expand Down
2 changes: 1 addition & 1 deletion users.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"admins": [1363003331], "users": [1363003331, 643091620, 1443044501, 887896592, 714402088, 5235627579, 1567090830], "ban": [], "nicknames": {"1363003331": "zv3zdochka", "643091620": "Yellowbluebuslessthanthree", "1443044501": "KsAKarpeeva", "887896592": "kypluk4", "714402088": "the_real_shady", "5235627579": "None", "1567090830": "None"}}
{"admins": [1363003331, 714402088], "users": [1363003331, 714402088], "ban": [], "nicknames": {"1363003331": "zv3zdochka", "643091620": "Yellowbluebuslessthanthree", "1443044501": "KsAKarpeeva", "887896592": "kypluk4", "714402088": "the_real_shady", "5235627579": "None", "1567090830": "None"}}

0 comments on commit e096a9d

Please sign in to comment.