コード例 #1
0
ファイル: every15.py プロジェクト: caiges/populous
 def handle(self, *args, **options):
     location.get_current(location.get_location())
コード例 #2
0
ファイル: everyday.py プロジェクト: caiges/populous
 def handle(self, *args, **options):
     location.get_forecast(location.get_location())
コード例 #3
0
ファイル: everyhour.py プロジェクト: caiges/populous
 def handle(self, *args, **options):
     location.get_hourly(location.get_location())