From e3c7f723a90f60755275e6d0afea73a72d5e6aa8 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Wed, 24 Apr 2024 23:03:45 +0530 Subject: [PATCH] en --- blackbox/Functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blackbox/Functions.py b/blackbox/Functions.py index c028c6f..971c438 100644 --- a/blackbox/Functions.py +++ b/blackbox/Functions.py @@ -22,8 +22,8 @@ from distro import id # DOCS : https://github.com/python-distro/distro import Functions as fn import gi # DOCS : https://askubuntu.com/questions/80448/what-would-cause-the-gi-module-to-be-missing-from-python -gi.require_version("Gtk" "3.0") from gi.repository import GLib, Gtk +gi.require_version("Gtk" "3.0") # NOTE: Base Directory base_dir = os.path.dirname(os.path.realpath(__file__))