From 4a9dc3b027f9aab32ab18eab28c8de2f6a9eff4f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Jan 2019 19:20:33 +0200 Subject: Drop: assert 0 for real http use --- effiapi | 1 - 1 file changed, 1 deletion(-) (limited to 'effiapi') diff --git a/effiapi b/effiapi index 6996ac8..1515eb3 100755 --- a/effiapi +++ b/effiapi @@ -296,7 +296,6 @@ if config.get('pid'): if config.get('fake', False): httpapi = RealHTTPAPI() - assert 0 else: httpapi = FakeHTTPAPI() -- cgit v1.2.1