Skip to content

Commit

Permalink
Terminal User Message
Browse files Browse the repository at this point in the history
  • Loading branch information
a645162 committed Jul 11, 2024
1 parent 02cec51 commit 02a506e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions group_center/client/user/shell_message.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import argparse

from group_center.user_env import ENV_SCREEN_SESSION_NAME
from group_center.user_tools import *


Expand Down Expand Up @@ -40,7 +39,7 @@ def main():
print("No message")
return

if opt.screen_name:
if opt.screen:
screen_name = ENV_SCREEN_SESSION_NAME()

if screen_name:
Expand Down

0 comments on commit 02a506e

Please sign in to comment.