Skip to content

Commit

Permalink
Merge pull request #123 from dom-jiang/modify_market_token_price
Browse files Browse the repository at this point in the history
modify market token price
  • Loading branch information
dom-jiang authored Apr 23, 2024
2 parents 6f0ae7a + 53c908a commit 562d9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


try:
from db_info import MARKET_KEY
from db_info import MARKET_KEY, MARKET_URL
except ImportError:
MARKET_KEY = ""
MARKET_URL = ""
Expand Down

0 comments on commit 562d9c4

Please sign in to comment.