Skip to content

Commit

Permalink
Merge 'upstream/master' into options.
Browse files Browse the repository at this point in the history
  • Loading branch information
holocronweaver committed Sep 1, 2017
2 parents bda7097 + 66fc19b commit 8286fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genanki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def reps_left_til_grad(self, value):


class Card:
def __init__(self, ord_, options=None):
self.ord = ord_
def __init__(self, ord, options=None):
self.ord = ord
self.options = options or CardOptions()

def write_to_db(self, cursor, now_ts, deck_id, note_id):
Expand Down

0 comments on commit 8286fbc

Please sign in to comment.