Skip to content

Commit

Permalink
Merge pull request #11 from Ton-Dynasty/develop
Browse files Browse the repository at this point in the history
Fix: update env variable name
  • Loading branch information
grace0950 authored Mar 2, 2024
2 parents 57d746c + 77b93df commit 1346c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

load_dotenv()

THRESHOLD_PRICE = os.getenv("THRESHOLD_PRICE", 0.7)
THRESHOLD_PRICE = os.getenv("TICTON_THRESHOLD_PRICE", 0.7)

# set up logger
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 1346c1f

Please sign in to comment.