Skip to content

Commit

Permalink
Fixed small typo in code
Browse files Browse the repository at this point in the history
decorator resultcallback doesn't exists so I changed it to result_callback
  • Loading branch information
burlito committed Jul 26, 2023
1 parent 9812fce commit b335bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theonionbox/theonionbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(ctx, debug, trace, config, cc, log):
pass


@main.resultcallback()
@main.result_callback()
def launcher(results, debug, trace, config, cc, log):

# This raises (by intension) if no context.
Expand Down

0 comments on commit b335bcf

Please sign in to comment.