This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] sort get_sites
version-14
Anand Doshi
9 years ago
parent
a36750d193
commit
1a4966f949
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/utils/__init__.py
+ 1
- 1
frappe/utils/__init__.py
View File
@@ -387,7 +387,7 @@ def get_sites(sites_path=None):
# is a dir and has site_config.json
sites.append(site)
return sites
return s
orted(s
ites
)
def get_request_session(max_retries=3):
from requests.packages.urllib3.util import Retry
Write
Preview
Loading…
Cancel
Save