Skip to content

Commit

Permalink
Removed Soup requirement since I'm now using requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed May 16, 2024
1 parent 34e3511 commit 529687f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

import gi
gi.require_version("Soup", "3.0")
from gi.repository import Adw, Gtk, GLib
import json, requests, threading, os
from datetime import datetime
Expand Down

0 comments on commit 529687f

Please sign in to comment.