From 1d5bae9d14e37c69e00e88696cafad9c1e1c08d1 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 9 Sep 2024 16:37:26 +1000 Subject: [PATCH] v0.3 - Add debugging --- goss-correctencoding.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/goss-correctencoding.rb b/goss-correctencoding.rb index 93f5071..d12eab4 100644 --- a/goss-correctencoding.rb +++ b/goss-correctencoding.rb @@ -89,8 +89,7 @@ class GossamerForumsCorrectEncoding < ImportScripts::Base def perform_encoding_correction puts "Encoding Correction beginning!" - # destroy_deleted_posts_from_gossamer - destroy_deleted_posts_from_gossamer_with_user('spudone') + fix_encoding puts "Encoding Correction complete!" end end