mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 11:19:58 +00:00
Added requirements.txt, removed an unused package
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
from mem import services, service
|
||||
import httpx
|
||||
import urllib3
|
||||
import asyncio
|
||||
import time
|
||||
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
||||
|
||||
async def check_service(client: httpx.AsyncClient, s: service):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user