PEP8 Blank Lines Style Issues, lp:1782596
This commit is contained in:
committed by
Scott Kitterman
parent
45266f6f05
commit
a1ca321fa5
@@ -35,6 +35,7 @@ import dkim
|
||||
|
||||
logging.basicConfig(level=10)
|
||||
|
||||
|
||||
def main():
|
||||
if len(sys.argv) != 4:
|
||||
print("Usage: arcsign.py selector domain privatekeyfile", file=sys.stderr)
|
||||
@@ -66,5 +67,6 @@ def main():
|
||||
# print(e, file=sys.stderr)
|
||||
#sys.stdout.write(message)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user