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


Loading…
Откажи
Сачувај