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."
|
msg_text = "Unknown changelog error."
|
||||||
try:
|
try:
|
||||||
# Fetching version
|
# Fetching version
|
||||||
r = urlopen("https://api.ad5001.eu/changelog/logarithmplotter/")
|
r = urlopen("https://api.ad5001.eu/changelog/logarithmplotter/?version=" + __VERSION__)
|
||||||
lines = r.readlines()
|
lines = r.readlines()
|
||||||
r.close()
|
r.close()
|
||||||
msg_text = "".join(map(lambda x: x.decode('utf-8'), lines)).strip()
|
msg_text = "".join(map(lambda x: x.decode('utf-8'), lines)).strip()
|
||||||
|
|
Loading…
Reference in a new issue