소스 검색

Determine the number of processes to create automatically

tags/v0.1.0
Jérôme Deuchnord 4 년 전
부모
커밋
402fe6a723
No known key found for this signature in database GPG 키 ID: BC6F3C345B7D33B0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ephemeris.py

+ 1
- 1
ephemeris.py 파일 보기

@@ -75,7 +75,7 @@ class Ephemeris:
'observer': {'latitude': self.latitude, 'longitude': self.longitude},
'year': year, 'month': month, 'day': day})

with ThreadPool(4) as pool:
with ThreadPool() as pool:
planets = pool.map(Ephemeris.get_planet, args)

obj = {}


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