Skip to content

Commit

Permalink
Minor change: s/connection/session/
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Sep 29, 2021
1 parent aa44082 commit 8c0521c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passhportd/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def reduce_daily_list(dailylist):
count = 1
else:
count += 1
reducedlist[-1][5] = 'Multiple connections'
reducedlist[-1][5] = 'Multiple sessions'
reducedlist[-1][6] = count
return reducedlist

Expand All @@ -60,7 +60,7 @@ def dailyreport():


# 3. Format the output
headers = ["Start", "End", "User name", "Target name", "Target hostname", "Command", "Connection count"] #[SESSION]
headers = ["Start", "End", "User name", "Target name", "Target hostname", "Command", "Sessions"] #[SESSION]

# First we create an ordonned list with the 5 columns
olist=[]
Expand Down

0 comments on commit 8c0521c

Please sign in to comment.