Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredredbird committed Apr 17, 2024
1 parent 3138a59 commit d272d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions brib.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
from configparser import ConfigParser
from pathlib import Path
from socket import socket
from time import sleep
from timeit import default_timer

from alive_progress import *
from colorama import Back, Fore, Style
from colorama import Fore
from rich.console import Console

from lang.en import *
Expand Down
2 changes: 1 addition & 1 deletion config/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5(b)
v2.6(a)
2 changes: 1 addition & 1 deletion modules/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def loadHeaders(config):
# Write the text content to the file
with open("proxys/headers.txt", 'w', encoding='utf-8') as file:
file.write(text_content)
print(f"Agent File Saved To {"proxys/headers.txt"}")
print(f"Agent File Saved To proxys/headers.txt")
time.sleep(3)
else:
print(f"Failed to fetch content from https://raw.githubusercontent.com/alfredredbird/user-agentl-ist/main/header.txt. Status code: {response.status_code}")
Expand Down

0 comments on commit d272d77

Please sign in to comment.