[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -52,8 +52,10 @@ class Tracker:
self.__data["userLocation"]["country"] = geoip.country_code_by_addr(userIP)
if (
userName and userName.lower().endswith("@gfz-potsdam.de")
) or userIP.startswith("139.17."):
(userName and userName.lower().endswith("@gfz-potsdam.de"))
or (userName and userName.lower().endswith("@gfz.de"))
or userIP.startswith("139.17.")
):
self.__data["userLocation"]["institution"] = "GFZ"
# pylint: disable=W0613