From 902b7e39f45fcfae169390e2859090ba7de42f56 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Wed, 17 Aug 2016 14:40:13 +0200 Subject: [PATCH] Probably fixed bug in creditcard (not sending to duplicate) --- bin/CreditCard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/CreditCard.py b/bin/CreditCard.py index 42eefd09..430c6d7a 100755 --- a/bin/CreditCard.py +++ b/bin/CreditCard.py @@ -66,13 +66,12 @@ if __name__ == "__main__": publisher.warning('{}Checked {} valid number(s)'.format( to_print, len(creditcard_set))) #Send to duplicate - p.populate_set_out(filepath, 'Redis_Duplicate') + p.populate_set_out(filepath, 'Duplicate') #send to Browse_warning_paste p.populate_set_out('creditcard;{}'.format(filename), 'BrowseWarningPaste') else: publisher.info('{}CreditCard related'.format(to_print)) else: publisher.debug("Script creditcard is idling 1m") - print 'Sleeping' time.sleep(10)