Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Update __main__.py #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions samsungctl/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// 이 프로젝트는 버려진건가요?? 제가 다시 이끌어가겠습니다. 파이썬이 뭔지 알려주마 쓰레기야
import argparse
import collections
import json
Expand All @@ -10,7 +11,7 @@
from . import __title__ as title
from . import __version__ as version
from . import exceptions
from . import Remote
from . import Remote // 이거 필요없어요


def _read_config():
Expand All @@ -19,7 +20,7 @@ def _read_config():
"description": "PC",
"id": "",
"method": "legacy",
"timeout": 0,
"timeout": 1,
})

file_loaded = False
Expand Down