コード例 #1
0
ファイル: rpc.py プロジェクト: jamslevy/PQ
 def refresh_profile_images(self, *args):
 	from methods import Build
 	build = Build()
 	build.refresh_profile_images()
 	return "OK"