From 06ecea9f51ebe2eff2a5c63235838507e7b17a73 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 1 Jun 2020 07:11:10 +0200 Subject: [PATCH] checking for nopublish message --- etherdump/commands/pull.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etherdump/commands/pull.py b/etherdump/commands/pull.py index 0655f28..c6f1d4f 100644 --- a/etherdump/commands/pull.py +++ b/etherdump/commands/pull.py @@ -166,6 +166,7 @@ def main (args): pass text = getjson(info['localapiurl']+'getText?'+urlencode(data)) + print ("Checking for NOPUBLISH {}".format(args.nopublish), file=sys.stderr) ########################################## ## ENFORCE __NOPUBLISH__ MAGIC WORD ##########################################