dweller

Results 5 issues of dweller

Hello. Why does the overlay look like this?: [ ![mtga_tracker_overlay](https://user-images.githubusercontent.com/13762520/46861767-b91a2900-ce13-11e8-9d84-23f5f1e7dc29.png) ](url)

bug
need-data
aesthetic
task
UX

This code fails in Windows: ``` self.cur_log_time = datetime.datetime.fromtimestamp(0) self.last_utc_time = datetime.datetime.fromtimestamp(0) ``` with ``` Traceback (most recent call last): File "mtga_follower.py", line 833, in follower = Follower(token, host=args.host) File...

Wrapped static and dynamic card pool generation into dedicated functions. Raw printing replaced with logging to avoid unnecessary messages in tools dependent on the library.

Dynamic generation of card sets does not work.

Using the commit c3f2827 from master and also the rna branch causes this error: ` File "d:\installed\Python27\lib\site-packages\mtga-0.5.2-py2.7.egg\mtga\models\card_set.py", line 34 self.lookup = {**abilities} ^ SyntaxError: invalid syntax`