mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-01 05:38:33 +00:00
Remove support for python <3.11 (#1273)
Python 3.11 ships with latest Debian Bookworm. pypy is not that widely used with this library based on statistics. It could be added back when pypy supports python 3.11.
This commit is contained in:
@@ -67,7 +67,7 @@ def parse_pcap(file):
|
||||
for module, cmds in json_payload.items():
|
||||
seen_items["modules"][module] += 1
|
||||
if "err_code" in cmds:
|
||||
echo("[red]Got error for module: %s[/red]" % cmds)
|
||||
echo(f"[red]Got error for module: {cmds}[/red]")
|
||||
continue
|
||||
|
||||
for cmd, response in cmds.items():
|
||||
|
||||
Reference in New Issue
Block a user