Skip to content

Commit

Permalink
Various Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
developers192 committed Aug 28, 2023
1 parent 9caa5c6 commit bbb2ce7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DetailedLoLRPC.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from lcu_driver import Connector
from ultilities import isOutdated, GITHUBURL, CLIENTID, QUESTSKINS, fetchConfig, procPath
from utilities import isOutdated, GITHUBURL, CLIENTID, QUESTSKINS, fetchConfig, procPath
from cdngen import *
from disabler import disableNativePresence
from pypresence import Presence
Expand Down
2 changes: 1 addition & 1 deletion disabler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from time import time
from psutil import process_iter as pi
from os import path as op
from ultilities import procPath, fetchConfig
from utilities import procPath, fetchConfig

def disableNativePresence():
path = op.join(fetchConfig("riotPath"), "League of Legends", "Plugins", "plugin-manifest.json")
Expand Down
2 changes: 1 addition & 1 deletion tray_icon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import _exit
from PIL import Image
from pystray import Icon, Menu, MenuItem
from ultilities import editConfig, fetchConfig, resourcePath
from utilities import editConfig, fetchConfig, resourcePath

img = Image.open(resourcePath("icon.ico"))

Expand Down
File renamed without changes.

0 comments on commit bbb2ce7

Please sign in to comment.