Skip to content

Commit 86578b8

Browse files
committed
Cleaning the output
1 parent feeaf9a commit 86578b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

waypaper/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
parser.add_argument("--fill", help=txt.msg_arg_fill, choices=FILL_OPTIONS)
4343
parser.add_argument("--backend", help=txt.msg_arg_back, choices=BACKEND_OPTIONS)
4444
args = parser.parse_args()
45-
print(type(args))
4645

4746

4847
def run():
@@ -78,3 +77,4 @@ def run():
7877

7978
if __name__ == "__main__":
8079
run()
80+

waypaper/common.py

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def check_installed_backends() -> List[str]:
8787
installed_backends.append(backend)
8888
return installed_backends
8989

90+
9091
def get_monitor_names_swww() -> List[str]:
9192
"""Obtain the list of plugged monitors using swww daemon"""
9293
connected_monitors: List[str] = []

0 commit comments

Comments
 (0)