This commit is contained in:
AF 2022-08-19 03:54:07 +03:00
parent 550d937a39
commit cfa4db383f
4 changed files with 5 additions and 15 deletions

View File

@ -8,7 +8,7 @@
<list>
<DockerEnvVarImpl>
<option name="name" value="v6ca" />
<option name="value" value="da5261eb5232b4b08452f25099b53b59d2e308b86aaf9c4204f0aa92569044d7" />
<option name="value" value="8ba641656218146c2d5584c02fdb0d68bb5caef0c1146c06e6d4e69ffd5e8398" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="v6caurl" />
@ -20,15 +20,6 @@
</DockerEnvVarImpl>
</list>
</option>
<option name="portBindings">
<list>
<DockerPortBindingImpl>
<option name="containerPort" value="5930" />
<option name="hostIp" value="127.0.0.1" />
<option name="hostPort" value="5930" />
</DockerPortBindingImpl>
</list>
</option>
<option name="commandLineOptions" value="--cpus=&quot;3&quot; --memory=&quot;4000mb&quot; --network=&quot;v6d&quot; --ip=&quot;172.18.0.30&quot;" />
<option name="showCommandPreview" value="true" />
<option name="volumeBindings">

View File

@ -6,9 +6,9 @@
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="$PROJECT_DIR$" />
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="IS_MODULE_SDK" value="false" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />

View File

@ -1,5 +1,5 @@
aiohttp~=3.7.4.post0
discord.py[voice]~=1.7.3
git+https://gitea.ongoteam.net/PTV/v6d1tokens.git@8b525ee05be22891a1c18d5e96153807f79930be
git+https://gitea.ongoteam.net/PTV/v6d2ctx.git@57919e65069e62fc31666adebd6c107be067b724
git+https://gitea.parrrate.ru/PTV/v6d1tokens.git@c4c6cf43b1082c666e6891f73df825acee6ae86d
git+https://gitea.parrrate.ru/PTV/v6d2ctx.git@096314b9bbb6153a9a75afcc16ddf7833384df18
youtube_dl~=2021.12.17

View File

@ -1,6 +1,5 @@
import asyncio
import random
import shlex
import subprocess
from typing import Optional