Update main.py

fixed pathlib import error
This commit is contained in:
Saifeddine ALOUI 2024-01-16 11:27:52 +01:00 committed by GitHub
parent 6e65013479
commit f476c9a93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import threading
import argparse
import base64
from ascii_colors import ASCIIColors
from pathlib import Path
def get_config(filename):
config = configparser.ConfigParser()