handelsregister

command line interface for handelsregister.de
git clone https://git.ce9e.org/handelsregister.git

commit
5d807e53fd3f9d7089515e13af01f2ecc9e9fe69
parent
6bfb01f8b9efc2f62deef28f92d42ccb1e2f203e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-12-07 14:28
lint

Diffstat

M handelsregister.py 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/handelsregister.py b/handelsregister.py

@@ -1,11 +1,9 @@
    1     1 import argparse
    2    -1 import sys
    3     2 import re
    4     3 
    5     4 import requests
    6     5 from bs4 import BeautifulSoup
    7     6 
    8    -1 
    9     7 SEARCH_DEFAULTS = {
   10     8     'suchTyp': 'n',
   11     9     'form': 'form',
@@ -98,6 +96,7 @@ def get_parser():
   98    96 
   99    97     return parser
  100    98 
   -1    99 
  101   100 if __name__ == '__main__':
  102   101     args = get_parser().parse_args()
  103   102     if args.action == 'search':