1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

remove print

This commit is contained in:
Lukas Winkler 2023-02-13 00:46:26 +01:00
parent 8102e35890
commit fb8a522084
Signed by: lukas
GPG key ID: 54DE4D798D244853

2
api.py
View file

@ -47,10 +47,8 @@ def get_all_plugins(majorversion: int):
plugin = preprocess_plugin_data(plugin)
plugins[plugin["name"]] = plugin
print(len(matomo_new_plugins))
matomo_previous_plugins = fetch_plugins(f"{majorversion - 1}.30.0")
matomo_previous_plugins += fetch_plugins(f"{majorversion - 1}.30.0", themes=True)
print(len(matomo_previous_plugins))
for plugin in matomo_previous_plugins:
plugin["supports_new"] = False