Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Oct 24, 2022
1 parent dd41db4 commit a0003f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import sys
import os

plugindir = os.path.abspath(os.path.dirname(__file__))
plugin_root = sys.argv[0]
os.chdir(os.path.dirname(os.path.abspath(plugin_root)))
sys.path.append(plugindir)
sys.path.append(os.path.join(plugindir, "lib"))
sys.path.append(os.path.join(plugindir, "plugin"))

from plugin.main import SteamSearch

if __name__ == "__main__":
SteamSearch()

0 comments on commit a0003f8

Please sign in to comment.