Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keifufu committed Apr 7, 2023
1 parent 6fef902 commit 9cd2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnp-obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def script_update(settings):
def script_load(settings):
def logger(type, message):
print(f'WNP - {type}: {message}')
WNPRedux.Initialize(6534, '1.0.1', logger)
WNPRedux.Initialize(6534, '1.1.0', logger)
obs.timer_add(update, 250)

def script_unload():
Expand Down

0 comments on commit 9cd2a18

Please sign in to comment.