Update diskwin.py

Fixed the import error in line 8 while importing the run model with python 3.11.0
This commit is contained in:
testroyer 2024-09-15 18:41:00 +03:00 committed by GitHub
parent 16435edbbd
commit 485dd7394b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import subprocess, plistlib, sys, os, time, json, csv
sys.path.append(os.path.abspath(os.path.dirname(os.path.realpath(__file__))))
import run
from Scripts import run
class Disk: