diff --git a/cyclic_contracts.py b/cyclic_contracts.py index 4b46276..1b14ad6 100644 --- a/cyclic_contracts.py +++ b/cyclic_contracts.py @@ -71,4 +71,4 @@ class Transporter(object): return rem_routes(self.contract_routes()) if __name__ == '__main__': - Transporter.from_file('./contracts.txt').contracts_required() + Transporter.from_file('./contracts_test.txt').contracts_required()