Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
Just1truc committed Jun 20, 2022
1 parent 18cd046 commit df1b01d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions brico.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
from dataclasses import replace
import subprocess
from copyreg import constructor
import os
import sys
import os.path
from os import path
import re
from json import JSONEncoder
from termios import CREAD
from webbrowser import get

from ldap3 import BASE

def print_error(file, error_type, error_tuple, rule):
pattern = " {color}[{error_type}] ({error_name}){endcolor} - {message}\033[90m{fileinfo}\033[0m"
Expand Down

0 comments on commit df1b01d

Please sign in to comment.