Commit a4e1733a67694b0f3a4ac75f7674f5064d0d87eb
1 parent
ed626511
Exists in
master
and in
67 other branches
ENH: added updater
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/utils.py
... | ... | @@ -379,7 +379,7 @@ def UpdateChecker(): |
379 | 379 | last = response.readline().rstrip() |
380 | 380 | url = response.readline().rstrip() |
381 | 381 | print last, url |
382 | - if (last!="3.0 beta 31"): | |
382 | + if (last!="3.0 beta 3"): | |
383 | 383 | print "New update found!!! -> version:", last, ", url=",url |
384 | 384 | from time import sleep |
385 | 385 | sleep(5) | ... | ... |