Skip to content

Commit

Permalink
fix: fixed symbol getter
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Oct 5, 2021
1 parent d14d1a7 commit 50414c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pytickersymbols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class Indices:
NL_AEX = 'AEX'

class Exchanges:
LONDON = 'LON:'
FRANKFURT = 'FRA:'
MOSCOW = 'MCX:'
LONDON = ('LON:')
FRANKFURT = ('FRA:')
MOSCOW = ('MCX:')
NYC = ('NASDAQ:', 'NYSE:', 'OTCMKTS:')


Expand Down

0 comments on commit 50414c8

Please sign in to comment.