Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def capture(w, i):
)
sys.exit(2)

print(Fore.GREEN + f" ====>Capture Window Set to: {w}")
print(f"{Fore.GREEN} ====>Capture Window Set to: {w}")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function capture refactored with the following changes:


# print(Fore.YELLOW + " ==> Enter device Credentials:")
# username = input(Fore.YELLOW + " => Username: ")
Expand Down