Skip to content

Commit

Permalink
Merge pull request #82 from TheTeamAlexa/autofix
Browse files Browse the repository at this point in the history
Paid Subscription Added
  • Loading branch information
TheTeamAlexa authored Nov 27, 2023
2 parents 60d6a42 + 530e63a commit adf7ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlexaMusic/core/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
mongodb = _mongo_async_.Alexa
pymongodb = _mongo_sync_.Alexa

## Database For Broadcast Subscription By Team Alexa
## Database For Broadcast Subscription By Team Alexa

MONGODB_CLI = MongoClient(config.MONGO_DB_URI)
db = MONGODB_CLI['subscriptions']
db = MONGODB_CLI["subscriptions"]

0 comments on commit adf7ac8

Please sign in to comment.