IndianOpenSourceFoundation / dynamic-cli

A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
https://pypi.org/project/dynamic-cli/
GNU General Public License v3.0
169 stars 120 forks source link

Duplicate Entry - BUG #144

Closed GouravSardana closed 2 years ago

GouravSardana commented 2 years ago

Hey Team,

We are saving the data to playbook from utilities but I found this same thing in the search.py . I don't think we are using it because the line which are printing doesn't match to this search.py string.

Can someone check this thing here ?

cc @pranavbaburaj

GouravSardana commented 2 years ago

I don't think this is useful - `

colored( -- 111 |   |   | f"\U0001F604 Answers successfully saved into {filename}", 112 |   |   | "green", 113 |   |   | ), 114 |   |   | colored( 115 |   |   | "\U0001F604 Answers successfully saved into" + filename, "green"

`

And this is the original string which we are printing while adding it to playbook in utilities -

self.playbook_content = content console.print("[green] Question added to the playbook")

GouravSardana commented 2 years ago

Anyways, I fixed it here

lainq commented 2 years ago

Nice thanks. Sorry for the delay, I didn't get time to look at GitHub today. I was preparing for exams.

GouravSardana commented 2 years ago

Np buddy. Prepare for your exams. All the best from our community:)

lainq commented 2 years ago

thanks :)