sync: Don't start SpeedySyncDeep by pull

This commit is contained in:
nemunaire 2023-05-05 15:26:12 +02:00
parent 2140939364
commit f6a251e2ec

View File

@ -52,13 +52,6 @@ func SpeedySyncDeep(i Importer) (errs SyncReport) {
startTime := time.Now()
if err := i.Sync(); err != nil {
errs.SyncError = err
if _id := i.Id(); _id != nil {
errs.SyncId = *_id
}
}
errs.DateStart = startTime
exceptions, sterrs := SyncThemes(i)
for _, sterr := range sterrs {