File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 8080CIRCLE_API_KEY = os .environ .get ("CIRCLE_API_KEY" , "" )
8181CIRCLE_ENTITY_SECRET = os .environ .get ("CIRCLE_ENTITY_SECRET" , "" )
8282CIRCLE_WALLET_SET_ID = os .environ .get ("CIRCLE_WALLET_SET_ID" , "" )
83- CIRCLE_ENTITY_PUBLIC_KEY = os .environ .get ("CIRCLE_ENTITY_PUBLIC_KEY" , "" )
Original file line number Diff line number Diff line change 7878CIRCLE_API_KEY = os .environ .get ("CIRCLE_API_KEY" , "" )
7979CIRCLE_ENTITY_SECRET = os .environ .get ("CIRCLE_ENTITY_SECRET" , "" )
8080CIRCLE_WALLET_SET_ID = os .environ .get ("CIRCLE_WALLET_SET_ID" , "" )
81- CIRCLE_ENTITY_PUBLIC_KEY = os .environ .get ("CIRCLE_ENTITY_PUBLIC_KEY" , "" )
Original file line number Diff line number Diff line change @@ -940,9 +940,6 @@ def before_send(event, hint):
940940CIRCLE_API_KEY = os .environ .get ("CIRCLE_API_KEY" , keys .CIRCLE_API_KEY )
941941CIRCLE_ENTITY_SECRET = os .environ .get ("CIRCLE_ENTITY_SECRET" , keys .CIRCLE_ENTITY_SECRET )
942942CIRCLE_WALLET_SET_ID = os .environ .get ("CIRCLE_WALLET_SET_ID" , keys .CIRCLE_WALLET_SET_ID )
943- CIRCLE_ENTITY_PUBLIC_KEY = os .environ .get (
944- "CIRCLE_ENTITY_PUBLIC_KEY" , keys .CIRCLE_ENTITY_PUBLIC_KEY
945- )
946943
947944# ResearchHub Journal ID
948945RESEARCHHUB_JOURNAL_ID = os .environ .get (
You can’t perform that action at this time.
0 commit comments