mirror of
https://github.com/NohamR/LetCTF.git
synced 2026-05-25 12:17:13 +00:00
small fixes
This commit is contained in:
@@ -5,12 +5,10 @@ from ..models import Challenge, File
|
||||
from ..utils.config_handler import load_config
|
||||
from ..utils.challenge_handler import download_files
|
||||
from bs4 import BeautifulSoup
|
||||
import unicodedata
|
||||
from datetime import datetime
|
||||
import textwrap
|
||||
import requests
|
||||
import re
|
||||
from pprint import pprint
|
||||
|
||||
class CatTheFlagPlatform(CTFPlatform):
|
||||
def __init__(self, url: str = "https://cattheflag.org", config_file: str | Path = None):
|
||||
|
||||
Reference in New Issue
Block a user