Skip to content

Commit a441c40

Browse files
committed
Add code comment description why /space_info is disabled
1 parent 324c5c2 commit a441c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blueprints/telegram_bot/webhook/commands/space_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
)
2525

2626

27+
# `plotly` uses too much RAM.
28+
# Disabled at the moment, will be changed in future
2729
@disabled
2830
@yd_access_token_required
2931
def handle(*args, **kwargs):

0 commit comments

Comments
 (0)