예제 #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
 def handle(self, *args, **options):
     location.get_hourly(location.get_location())