01 |
# coding:utf-8 |
02 |
import threading |
03 |
import urllib |
04 |
import re,sys |
05 |
import time |
06 |
import hashlib |
07 |
import os |
08 |
|
09 |
|
10 |
sys.setdefaultencoding = 'utf-8' |
11 |
|
12 |
|
13 |
def fetchdata(city): |
14 |
print city |
15 |
md5 = '' |
16 |
while True : |