Skip to content

Commit

Permalink
bg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredredbird committed Apr 17, 2024
1 parent d272d77 commit 718b9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions brib.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
from configparser import ConfigParser
from pathlib import Path
from socket import socket
import threading
import subprocess

from alive_progress import *
from colorama import Fore
Expand Down
4 changes: 3 additions & 1 deletion modules/modules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
import argparse
import subprocess
import http.client
import json
import os
Expand Down Expand Up @@ -584,4 +585,5 @@ def get_local_ip():
return ip
except Exception as e:
print(f"Error: {e}")
return None
return None

0 comments on commit 718b9a1

Please sign in to comment.