Skip to content

Commit

Permalink
1.5.3 (LTS) | txh Lucky1376,
Browse files Browse the repository at this point in the history
LostIk31,
  • Loading branch information
AvenCores committed Oct 26, 2022
1 parent 21d8008 commit 52ad820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def faq_proxy():
input()

def github():
opengit = open("https://github.com/AvenCores/HZF-ORION-Bomber")
opengit = webbrowser.open("https://github.com/AvenCores/HZF-ORION-Bomber")
if opengit:
clear()
print(colored("Форк страница проекта была успешно открыта!", "green"))
Expand All @@ -186,7 +186,7 @@ def github():
input()

def originalgithub():
opengit = open("https://github.com/Lucky1376/ORION-Bomber")
opengit = webbrowser.open("https://github.com/Lucky1376/ORION-Bomber")
if opengit:
clear()
print(colored("Официальная страница проекта была успешно открыта!", "green"))
Expand Down

0 comments on commit 52ad820

Please sign in to comment.