Skip to content

Commit cb244b3

Browse files
Update stroke_segmentor/utils/citation_reminder.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 307d450 commit cb244b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stroke_segmentor/utils/citation_reminder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def wrapper(*args, **kwargs):
5252
)
5353
console.rule()
5454
console.line()
55-
os.environ["PANOPTICA_CITATION_REMINDER"] = "false" # Show only once
55+
os.environ["STROKE_SEGMENTOR_CITATION_REMINDER"] = "false" # Show only once
5656
return func(*args, **kwargs)
5757

5858
return wrapper

0 commit comments

Comments
 (0)