tech234a преди 3 години
родител
ревизия
64b2352e0f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      http3.py

+ 1
- 1
http3.py Целия файл

@@ -8,7 +8,7 @@ if isfile("../Procfile") and isfile("../requirements.txt"):
if HEROKU:
if not "aioquic" in open("../requirements.txt").read():
print("Installing aioquic on this Heroku instance since it wasn't installed on deploy...")
system("pip install --user aioquic")
system("python3 -m pip install --user aioquic")

import asyncio
from typing import cast


Зареждане…
Отказ
Запис