summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-09 21:04:02 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-09 21:04:02 +0100
commitf42b1272b5c2714252d0c595ec7421ac7d735035 (patch)
treeb9418234f391c2adf56d46bf35fffea65ff30dee /check.py
parent4ad849285c632b80a7df4b6e4116a5a284e27ee9 (diff)
Progress
Diffstat (limited to 'check.py')
-rw-r--r--check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.py b/check.py
index ec29d64..9402ad1 100644
--- a/check.py
+++ b/check.py
@@ -81,6 +81,7 @@ def get_all_data(sender, player):
msg(sender, "&6> First joined: &7(y-m-d h:m:s) &e%s" % get_first_join(player))
msg(sender, "&6> Last seen: &7(y-m-d h:m:s) &e%s" % get_last_seen(player))
website = get_website_data(player)
+ print (website) #Test to see if its returning correctly!
msg(sender, "&6> Website account: &e%s" % website.get("link"))
msg(sender, "&6> email: &e%s" % website.get("email"))
msg(sender, "&7 -- Data provided by ipinfo.io")