Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizz1337 authored Apr 11, 2022
1 parent 9163db7 commit 2687591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ScrapProxie.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def Title(Content):
if os.name in ('posix', 'ce', 'dos'):
print(Colorate.Horizontal(Colors.red_to_purple, f"{Content}"))
elif os.name == 'nt':
os.system(f"title {Content}")
print(Colorate.Horizontal(Colors.red_to_purple, f"{Content}"))
return False
else:
pass
Expand Down

0 comments on commit 2687591

Please sign in to comment.