summaryrefslogtreecommitdiff
path: root/friends.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-08-07 03:31:47 +0200
committerjomo <github@jomo.tv>2014-08-07 03:31:47 +0200
commit34e703bb3edc24f1a9dfa41527d0002e23e74b43 (patch)
treeb7aa2e0a74f3da1943371c5acc1ca869f1d43565 /friends.py
parent0b98ba42d333effc20f3e0e9e4c95f041d5f5426 (diff)
forgot to import thread
Diffstat (limited to 'friends.py')
-rw-r--r--friends.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/friends.py b/friends.py
index 686fed8..d8a70ea 100644
--- a/friends.py
+++ b/friends.py
@@ -1,3 +1,4 @@
+import thread
from helpers import *
friends = open_json_file("friends", {}) # {Player_UUID:[List_of_friend_uuids]}