mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-21 10:28:09 +02:00
Standardized code with flake8
This commit is contained in:
@@ -81,7 +81,7 @@ class NetBase(IOSExtraction):
|
||||
def serialize(self, record):
|
||||
record_data = f"{record['proc_name']} (Bundle ID: {record['bundle_id']}, ID: {record['proc_id']})"
|
||||
record_data_usage = record_data + f" WIFI IN: {record['wifi_in']}, WIFI OUT: {record['wifi_out']} - " \
|
||||
f"WWAN IN: {record['wwan_in']}, WWAN OUT: {record['wwan_out']}"
|
||||
f"WWAN IN: {record['wwan_in']}, WWAN OUT: {record['wwan_out']}"
|
||||
|
||||
records = [{
|
||||
"timestamp": record["live_isodate"],
|
||||
|
||||
Reference in New Issue
Block a user