Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def render_event_video_cover(eid, thumb=(256, 256)):

return True

def render_badge(tickets, cmdargs=None, stderr=subprocess.PIPE):
def render_badge(tickets, cmdargs=None, stderr=None):
"""
Prepara i badge dei biglietti passati

Expand Down
Loading