mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint
This commit is contained in:
parent
c28f896adb
commit
fbd858c455
1 changed files with 4 additions and 4 deletions
|
@ -371,17 +371,17 @@ def main():
|
|||
}
|
||||
|
||||
if args['only_ip']:
|
||||
print (
|
||||
print(
|
||||
'IPs making new connections '
|
||||
'(ports:{0}, interval:{1})'.format(ports,
|
||||
args['ival'])
|
||||
)
|
||||
)
|
||||
else:
|
||||
print (
|
||||
print(
|
||||
'Salt-Master Network Status '
|
||||
'(ports:{0}, interval:{1})'.format(ports,
|
||||
args['ival'])
|
||||
)
|
||||
)
|
||||
try:
|
||||
while 1:
|
||||
s_time = int(time.time())
|
||||
|
|
Loading…
Add table
Reference in a new issue