Skip to content

Commit f20dd3a

Browse files
committed
space added
1 parent 9575de6 commit f20dd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyoncatqt/login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def __init__(
230230
if key:
231231
token_filename = f"{key}_token.json"
232232
self.token_path = os.path.abspath(f"{os.path.expanduser('~')}/.pyoncatqt/{token_filename}")
233+
233234
self.agent = pyoncat.ONCat(
234235
self.oncat_url,
235236
client_id=self.client_id,

0 commit comments

Comments
 (0)