Skip to content

Commit

Permalink
Automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-actions committed Oct 6, 2024
1 parent 52632b3 commit 3fbd074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wger/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from invoke import task
from tqdm import tqdm


logger = logging.getLogger(__name__)
FIXTURE_URL = 'https://github.com/wger-project/data/raw/master/fixtures/'

Expand All @@ -44,7 +45,7 @@
'port': 'Port to use. Default: 8000',
'settings-path': 'Path to settings file (absolute path). Leave empty for default',
'extra-args': 'Additional arguments to pass to the builtin server. Pass as string: '
'"--arg1 --arg2=value". Default: none',
'"--arg1 --arg2=value". Default: none',
}
)
def start(context, address='localhost', port=8000, settings_path=None, extra_args=''):
Expand Down

0 comments on commit 3fbd074

Please sign in to comment.