dieseldev / diesel

Greenlet-based event I/O Framework for Python

Home Page:http://diesel.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoClient requires port, maybe shouldn't.

chadwhitacre opened this issue · comments

The PostgresClient constructor doesn't require an explicit port. It'd be nice if the MongoClient constructor did the same.

Agreed, fixed in 144fda1 .