mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
aerokube/selenoid to 1.0.10 version
This commit is contained in:
parent
d9ebff73d4
commit
fcbccbfc34
7
delete.py
Normal file
7
delete.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import time
|
||||||
|
|
||||||
|
index = 0
|
||||||
|
while True:
|
||||||
|
index += 1
|
||||||
|
print(index, round(time.time() / 25))
|
||||||
|
time.sleep(1)
|
@ -1,4 +1,4 @@
|
|||||||
FROM selenoid/firefox:111.0 as builder
|
FROM selenoid/firefox:111.0 as builder
|
||||||
|
|
||||||
FROM aerokube/selenoid:latest-release
|
FROM aerokube/selenoid:1.10.10
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ description = "Bot to help with mosgortans"
|
|||||||
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11.1"
|
||||||
aiogram = "^2.21"
|
aiogram = "^2.21"
|
||||||
selenium = "^4.3.0"
|
selenium = "^4.3.0"
|
||||||
httpx = "^0.23.0"
|
httpx = "^0.23.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user