Use ctx.web for requests and require the --salt-version kwarg

This commit is contained in:
MKLeb 2023-06-16 09:50:44 -04:00 committed by Pedro Algarvio
parent 924885d4c2
commit d4f8bc1cbb

View file

@ -13,7 +13,6 @@ import sys
import time
from typing import TYPE_CHECKING, Any
import requests
from ptscripts import Context, command_group
import tools.utils