Skip to content

Commit

Permalink
SQUASHME: Left bartercast on protobuf, actual base test
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jun 30, 2016
1 parent 36f9944 commit 87bec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/community/bartercast4/community.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, dispersy, master, my_member):

# TODO REMOVE BACKWARD COMPATIBILITY: Delete the following 2 assignments
self.compatibility = Bartercast4Compatibility(self)
self.compatibility_mode = False
self.compatibility_mode = True

# add task for persisting bartercast statistics every BARTERCAST_PERSIST_INTERVAL seconds
self._logger.debug("bartercast persist task started")
Expand Down

0 comments on commit 87bec5b

Please sign in to comment.