From c47700e049f9b1be9593ddf6e363373696883c76 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 2 Feb 2016 12:36:10 +0000 Subject: [PATCH] =?UTF-8?q?c9.io=20=C3=A8=20bello?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osu.py b/osu.py index fcce3df7..0d57c1b3 100644 --- a/osu.py +++ b/osu.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import requests import filemanager @@ -23,7 +24,7 @@ def getbeatmap(num): def getuser(user, mode=0): """Ottieni informazioni su un utente. :param user: Username o ID dell'utente - :param mode: Modalità (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania) + :param mode: Modalita' (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania) """ parametri = { 'k': apikey,