We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c436 commit 4f61c45Copy full SHA for 4f61c45
mrn_console_rto_v2.py
@@ -24,6 +24,7 @@
24
# Global Default Variables
25
app_id = '256'
26
auth_token = ''
27
+expire_time = ''
28
auth_url = 'https://api.refinitiv.com/auth/oauth2/v2/token'
29
clientid = ''
30
client_secret = ''
@@ -37,7 +38,6 @@
37
38
ric = '/TRI.N'
39
scope = 'trapi.streaming.pricing.read'
40
service = 'ELEKTRON_DD'
-session2 = None
41
curTS = 0
42
tokenTS = 0
43
0 commit comments