Skip to content

Commit 04bf947

Browse files
committed
updated to support EDMC 5.1.3
1 parent 94c24a4 commit 04bf947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Solo Indicator/load.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import sys
2-
import Tkinter as tk
2+
import tkinter as tk
33
from monitor import monitor
44

55
this = sys.modules[__name__]
66

7-
def plugin_start():
7+
def plugin_start3(plugin_dir):
88
return "Solo Indicator"
99

1010
def plugin_app(parent):

0 commit comments

Comments
 (0)