From a42d6cc8a49e82d851cde587fbc938b3b6364f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 5 Apr 2018 09:56:51 +0200 Subject: Refactor config parsing --- store.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'store.py') 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: -- cgit v1.2.3