Changed the name for report to pull_report for pcaps and fixed indentation error from previous merge

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-03-21 18:45:10 +05:30
parent 466ac013bd
commit 9ca2432a16
3 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import time
import string import string
import random import random
import csv import csv
from report import Report from pull_report import Report
from scp_util import SCP_File from scp_util import SCP_File