Rushabh Mehta 9 년 전
부모
커밋
1d7c8db398
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/limits.py

+ 1
- 1
frappe/limits.py 파일 보기

@@ -88,7 +88,7 @@ def get_usage_info():
# no limits!
return

limits.space = limits.space * 1024.0 # to MB
limits.space = (limits.space or 0) * 1024.0 # to MB
if not limits.space_usage:
# hack! to show some progress
limits.space_usage = {


불러오는 중...
취소
저장