Skip to content

Commit 4f61c45

Browse files
committed
Add expires_in variable declaration.
1 parent 0a1c436 commit 4f61c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrn_console_rto_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# Global Default Variables
2525
app_id = '256'
2626
auth_token = ''
27+
expire_time = ''
2728
auth_url = 'https://api.refinitiv.com/auth/oauth2/v2/token'
2829
clientid = ''
2930
client_secret = ''
@@ -37,7 +38,6 @@
3738
ric = '/TRI.N'
3839
scope = 'trapi.streaming.pricing.read'
3940
service = 'ELEKTRON_DD'
40-
session2 = None
4141
curTS = 0
4242
tokenTS = 0
4343

0 commit comments

Comments
 (0)