Skip to content

Commit df0cbec

Browse files
committed
Added missed callback argument
1 parent f01c202 commit df0cbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/aaa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
VALID_CHARS_MSG = "Valid chars are ASCII printable except SPACE, '#', and ','"
1616
TACACS_PASSKEY_MAX_LEN = 65
1717

18-
def rotate_tacplus_key(table_info):
18+
def rotate_tacplus_key(table_info, secret):
1919
#Extract table and nested_key names
2020
table = table_info.split('|')[0]
2121
nested_key = table_info.split('|')[1]

0 commit comments

Comments
 (0)