From e27b3d9ecd9b59a103b7df5233d9068c3c7d11a2 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 5 Oct 2022 12:30:33 +0200
Subject: fix last attempt warning for music circus


diff --git a/debian/changelog b/debian/changelog
index 2d5f8c1..135171a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhautoimport (76-1) unstable; urgency=medium
+
+  * fix last attempt warning for music circus
+
+ -- Christian Pointner <equinox@helsinki.at>  Wed, 05 Oct 2022 12:29:31 +0200
+
 rhautoimport (75-1) unstable; urgency=medium
 
   * add importer for music circus hip hop show
diff --git a/rhautoimport-mc b/rhautoimport-mc
index 1e1535f..b55a147 100755
--- a/rhautoimport-mc
+++ b/rhautoimport-mc
@@ -52,7 +52,7 @@ binmode(STDERR, ":utf8");
 
 my $curweek = RHRD::utils::get_rd_week();
 
-if($curweek == 1 || $curweek == 3) {
+if($curweek == 2 || $curweek == 4) {
   if($#ARGV >= 0 && $ARGV[0] eq 'last') {
     print "!!!This is the last attempt, there won't be a retry on error!!!\n";
     $LAST_RUN = 1;
-- 
cgit v0.10.2