X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=store.py;fp=store.py;h=67e8a8fad7f9ce3698095914351eb4602fe7564d;hb=a42d6cc8a49e82d851cde587fbc938b3b6364f63;hp=3f3718f4f8c0bff4e253a0a090e5820bd8065726;hpb=3b60291066e5442ce2980a6c40ea10542f24a910;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git diff --git a/store.py b/store.py index 3f3718f..67e8a8f 100644 --- a/store.py +++ b/store.py @@ -222,15 +222,13 @@ class ReportStore: "action": action, }) - def log_market(self, args, user_id, market_id, report_path, debug): + def log_market(self, args, user_id, market_id): self.add_log({ "type": "market", "commit": "$Format:%H$", "args": vars(args), "user_id": user_id, "market_id": market_id, - "report_path": report_path, - "debug": debug, }) class BalanceStore: