Skip to content

Commit a40c0fd

Browse files
committed
Wrong import from old framework
1 parent 6b18a8f commit a40c0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/bin/update_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
os.environ['MY_HOME']='/usr/libexec/pi-web-agent'
88
sys.path.append(os.environ['MY_HOME'] + '/etc/config')
99

10-
from cern_vm import VERSION
10+
from pi_web_agent import VERSION
1111

1212
LINK="https://api.github.com/repos/vaslabs/pi-web-agent/releases"
1313
def getJSON():

0 commit comments

Comments
 (0)