some changes in Yahoo for spanish market
[stockthis] / stockthis.py
index 6892a57..b80ffc7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 # -*- coding: UTF8 -*-
 # Copyright (C) 2008 by Daniel Martin Yerga
 # <dyerga@gmail.com>
@@ -38,7 +38,7 @@ except:
 from marketdata import markets, idmarket, localmarkets, localids
 
 #TODO: detect if running in Fremantle
-FREMANTLE=False
+FREMANTLE=True
 
 #detect if is ran locally or not
 import sys