add generate_config function to autodeny

This commit is contained in:
Wardyn 2023-10-06 12:02:02 -07:00
parent 128ca65d29
commit 06b7b9f698
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import os
import re
import argparse
import time
from generate_config import generate_config
import json
import requests