Skip to content

Commit a0003f8

Browse files
committed
Update run.py
1 parent dd41db4 commit a0003f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
import sys
22
import os
33

4-
plugindir = os.path.abspath(os.path.dirname(__file__))
54
plugin_root = sys.argv[0]
65
os.chdir(os.path.dirname(os.path.abspath(plugin_root)))
7-
sys.path.append(plugindir)
8-
sys.path.append(os.path.join(plugindir, "lib"))
9-
sys.path.append(os.path.join(plugindir, "plugin"))
106

117
from plugin.main import SteamSearch
128

139
if __name__ == "__main__":
1410
SteamSearch()
15-

0 commit comments

Comments
 (0)