Skip to content

Commit

Permalink
neue version
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed Dec 12, 2023
1 parent ac84083 commit 4c2e193
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions holidays/bin/holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ def add_holiday_timeperiod(country=default_country, state=None, all_states=False

cmk.edit_host_tag_group(config['taggroup']['name'], etag, tags=tags)

cmk.activate()

else:
tg, etag = cmk.create_host_tag_group(
config['taggroup']['name'],
Expand All @@ -284,7 +282,8 @@ def add_holiday_timeperiod(country=default_country, state=None, all_states=False
topic = config['taggroup'].get('topic'),
help = config['taggroup'].get('help')
)
cmk.activate()

cmk.activate()

if args.func == 'add_auto_holidays':
tps, etag = cmk.get_timeperiods()
Expand Down
Binary file removed holidays/holidays-2.1.0.mkp
Binary file not shown.
Binary file added holidays/holidays-2.1.1.mkp
Binary file not shown.

0 comments on commit 4c2e193

Please sign in to comment.