Skip to content

Commit

Permalink
fixed bug when there was no ability to correctly choose plain text ou…
Browse files Browse the repository at this point in the history
…tput mode
  • Loading branch information
MAGANER committed Mar 27, 2024
1 parent 7703a74 commit 33c4d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aurwatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def extract_required_info(response_result,source):


def print_result(response, paging_mode=False):
paging_mode = True if paging_mode == "ip" else False

for id,item in enumerate(response):
print("found item #{}".format(id))
print("-"*40)
Expand Down

0 comments on commit 33c4d0a

Please sign in to comment.