Kaynağa Gözat

Determine the number of processes to create automatically

tags/v0.1.0
Jérôme Deuchnord 4 yıl önce
ebeveyn
işleme
402fe6a723
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: BC6F3C345B7D33B0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      ephemeris.py

+ 1
- 1
ephemeris.py Dosyayı Görüntüle

@@ -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 = {}


Yükleniyor…
İptal
Kaydet