mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "0d82ed488bdbb1c3612c437c8d57f5dc3ecb812f" and "e5d942e860c653ee44b473b4cd9552e7802b83c1" have entirely different histories.
0d82ed488b
...
e5d942e860
2 changed files with 23 additions and 25 deletions
|
@ -63,7 +63,6 @@ def emote_downloader_and_iterator():
|
|||
chosen_index = common_script_utils.run_chooser(
|
||||
emote_downloader_and_iterator(), prompt="emote", async_read=True
|
||||
)
|
||||
if chosen_index >= 0:
|
||||
chosen_emote = emotes[chosen_index]
|
||||
|
||||
emote_url = urllib.parse.urlparse(chosen_emote["url"])
|
||||
|
|
|
@ -110,7 +110,6 @@ chosen_index = common_script_utils.run_chooser(
|
|||
chooser_entries_iter(), prompt="bookmark"
|
||||
)
|
||||
|
||||
if chosen_index >= 0:
|
||||
_title, url, _folder_path_str = chooser_entries[chosen_index]
|
||||
print(url)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue