Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditya2200 committed Aug 1, 2021
1 parent 40a01f0 commit ad070a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
'users': 'USERS',
'notifications': 'NOTIFICATION'
}
DATA_STR = 'Issuer Company: {}\nOpen: {}\nClose: {}\nLot Size: {}\nIssue Price {}\n Cost of 1 lot: {}'
DATA_STR = 'Issuer Company: {}\nOpen: {}\nClose: {}\nLot Size: {}\nIssue Price {}\nCost of 1 lot: {}'
BROKER_URL = 'redis://127.0.0.1:6379/0'

0 comments on commit ad070a1

Please sign in to comment.