Skip to content

Commit

Permalink
Merge pull request #133 from dom-jiang/main
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 + 562d9c4 commit 7e284d2
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 7e284d2

Please sign in to comment.