コード例 #1
0
 def handle(self, *args, **options):
     #print 'Trying parce currency on date %s' % now()
     parse_currency()
コード例 #2
0
ファイル: get_currency.py プロジェクト: ksenor/nnmware
 def handle(self, *args, **options):
     print 'Trying parce currency on date %s' % datetime.now()
     parse_currency()
     print 'Succesfully parce currency on date %s' % datetime.now()