Adding version freeze for changelog
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3904dc0217
commit
fce2a5ba0d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ChangelogFetcher(QRunnable):
|
|||
msg_text = "Unknown changelog error."
|
||||
try:
|
||||
# Fetching version
|
||||
r = urlopen("https://api.ad5001.eu/changelog/logarithmplotter/")
|
||||
r = urlopen("https://api.ad5001.eu/changelog/logarithmplotter/?version=" + __VERSION__)
|
||||
lines = r.readlines()
|
||||
r.close()
|
||||
msg_text = "".join(map(lambda x: x.decode('utf-8'), lines)).strip()
|
||||
|
|
Loading…
Reference in a new issue