what
This commit is contained in:
parent
5b559b4941
commit
1738331cf4
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ def get_client_token(account):
|
|||
def get_client_refresh_token(account):
|
||||
cmd = check_output("pass " + account, shell=True)
|
||||
|
||||
return re.search(rb"client_refresh_token: (.*)", cmd, flags=0).group(1)
|
||||
return re.search("client_refresh_token: (.*)", cmd, flags=0).group(1)
|
||||
|
|
Loading…
Reference in a new issue