Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
fix the command line tool
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jun 23, 2021
1 parent 2b144e8 commit c6b9607
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/koppeltaal/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ def console():
logger.set_log_level(logging.ERROR)

credentials = get_credentials(args)
integration = connector.Integration(name='Python command line')
integration = connector.Integration(
name='Python command line',
url='https://example.com',
software='Python command line',
version='0.0')
connection = connector.Connector(credentials, integration)
commands = {
'activities': _activities,
Expand Down

0 comments on commit c6b9607

Please sign in to comment.