mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:45:18 +02:00
See #297: removed unused variables
This commit is contained in:
parent
2b1c46317f
commit
639882bd34
50 changed files with 33 additions and 88 deletions
|
@ -12,7 +12,6 @@ memo = memoize.Memoizer(store, namespace="instance:stats")
|
|||
|
||||
def get():
|
||||
share_stats = preferences.get("instance__nodeinfo_stats_enabled")
|
||||
private = preferences.get("instance__nodeinfo_private")
|
||||
data = {
|
||||
"version": "2.0",
|
||||
"software": {"name": "funkwhale", "version": funkwhale_api.__version__},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue