Skip to content

Commit

Permalink
unused argument to TradeDB.load
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Dec 3, 2014
1 parent 7af37fa commit a42efd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ def getTrades(self, src, dst):
return srcStn.tradingWith[dstStn]


def load(self, dbFilename=None, maxSystemLinkLy=None, buildLinks=True, includeTrades=True):
def load(self, maxSystemLinkLy=None, buildLinks=True, includeTrades=True):
"""
Populate/re-populate this instance of TradeDB with data.
WARNING: This will orphan existing records you have
Expand Down

0 comments on commit a42efd8

Please sign in to comment.