Skip to content

Commit

Permalink
Fixed:don't fetch page y0p0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstack authored Jan 22, 2019
1 parent 4a609e0 commit 342e08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def get_sell_percommunity(city, communityname):
time.sleep(1)

def get_community_perregion(city, regionname=u'xicheng'):
for iy in range(5):
for ip in rage(7):
for iy in range(1,5):
for ip in range(1,7):
get_community_perregion_limit(city,regionname,"y%d"%iy,"p%d"%ip);

def get_community_perregion_limit(city, regionname,iy,ip):
Expand Down

0 comments on commit 342e08a

Please sign in to comment.