We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98e0ee commit a4c8476Copy full SHA for a4c8476
2 files changed
openwisp_radius/api/serializers.py
@@ -335,7 +335,7 @@ def get_reset(self, obj):
335
group=self.context["group"],
336
group_check=obj,
337
)
338
- start_time, end_time = counter.get_reset_timestamps()
+ _, end_time = counter.get_reset_timestamps()
339
return end_time
340
except (SkipCheck, ValueError, KeyError):
341
return None
setup.py
@@ -50,7 +50,7 @@
50
),
51
"passlib~=1.7.1",
52
"djangorestframework-link-header-pagination~=0.1.1",
53
- "weasyprint>=65,<67",
+ "weasyprint>=65,<68",
54
"dj-rest-auth>=6.0,<7.1",
55
"django-sendsms~=0.5.0",
56
"jsonfield~=3.1.0",
0 commit comments