ppf: Update direction strings to "send" and "receive".
[cs-p2p-next.git] / ppf / new / storage.py
index 3db0af8..854a243 100644 (file)
@@ -113,8 +113,8 @@ bittorrent_clients = {
 }
 
 transfer_directions = {
-        'to': 1,
-        'from': 2
+        'receive': 1,
+        'send': 2
 }
 
 class Swarm(object):