@@ -24,7 +24,7 @@ def refresh_stock_info(): |
||
| 24 | 24 |
|
| 25 | 25 |
try: |
| 26 | 26 |
f = a.getResponse(JOS['accessToken']) |
| 27 |
- print(json.dumps(f, ensure_ascii=False)) |
|
| 27 |
+ print(json.dumps(f)) |
|
| 28 | 28 |
except Exception, e: |
| 29 | 29 |
print(e) |
| 30 | 30 |
|
@@ -40,7 +40,7 @@ def refresh_stock_info(): |
||
| 40 | 40 |
|
| 41 | 41 |
try: |
| 42 | 42 |
f = a.getResponse(JOS['accessToken']) |
| 43 |
- print(json.dumps(f, ensure_ascii=False)) |
|
| 43 |
+ print(json.dumps(f)) |
|
| 44 | 44 |
except Exception, e: |
| 45 | 45 |
print(e) |
| 46 | 46 |
|
@@ -75,6 +75,6 @@ def update_stock_info(stock): |
||
| 75 | 75 |
|
| 76 | 76 |
try: |
| 77 | 77 |
f = a.getResponse(JOS['accessToken']) |
| 78 |
- print(json.dumps(f, ensure_ascii=False)) |
|
| 78 |
+ print(json.dumps(f)) |
|
| 79 | 79 |
except Exception, e: |
| 80 | 80 |
print(e) |