mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add retrieval of database metadata in download-pro-plugins.py
This commit is contained in:
parent
800f7a36b8
commit
27ac97828e
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ try:
|
|||
if metadata["is_pro"] and metadata["pro_services"] < int(data["service_number"]):
|
||||
metadata["pro_overlapped"] = True
|
||||
|
||||
db_metadata = db.get_metadata()
|
||||
|
||||
# ? If we already checked today, skip the check and if the metadata is the same, skip the check
|
||||
if (
|
||||
pro_license_key == db_metadata.get("pro_license", "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue