Skip to content

Commit

Permalink
fix: removed api_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Destinea committed Dec 14, 2024
1 parent 1717bad commit 9f72341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/giveaway/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def main():
static_db_connection=Config.static_mongodb,
)
producer = AIOKafkaProducer(
bootstrap_servers=['85.10.200.219:9092'], api_version=(3, 6, 0),
bootstrap_servers=['85.10.200.219:9092']
)
await producer.start()

Expand Down

0 comments on commit 9f72341

Please sign in to comment.