Skip to content

Commit c1951e0

Browse files
authored
Merge pull request #10 from Patch-Code-Prosperity/Cfomodz-emergency-patch-main.py
Update main.py
2 parents d8d3d1b + a773370 commit c1951e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111

1212
async def main_stream():
13-
client = APIClient() # Initialize the API client
13+
initials="AB"
14+
client = APIClient(initials=initials) # Initialize the API client
1415
stream_client = StreamClient(client)
1516
await stream_client.start() # Start and connect
1617

@@ -36,7 +37,8 @@ async def main_stream():
3637

3738

3839
def main():
39-
client = APIClient() # Initialize the API client
40+
initials="AB"
41+
client = APIClient(initials=initials) # Initialize the API client
4042
accounts_api = Accounts(client)
4143
orders_api = Orders(client)
4244

0 commit comments

Comments
 (0)