We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e0c34 commit f4ae157Copy full SHA for f4ae157
src/arguments/search.py
@@ -40,14 +40,11 @@ def search_args(self):
40
webbrowser.open(f"{url}?title={self.arguments.new}")
41
else:
42
webbrowser.open(url)
43
-<<<<<<< HEAD
44
elif self.arguments.custom:
45
self.utility_object.setCustomKey()
46
-=======
47
elif self.arguments.update:
48
update = UpdateApplication(version)
49
update.check_for_updates()
50
->>>>>>> 8953712129b15eb66ca2240c2e01e01e3bcfd7ee
51
52
def search_for_results(self, save=False):
53
queries = ["What do you want to search", "Tags"]
0 commit comments