Skip to content

Commit

Permalink
Cleaned up status post blackd server starting
Browse files Browse the repository at this point in the history
  • Loading branch information
munkybutt committed Jun 16, 2021
1 parent a248f95 commit c3d3f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sublack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def start_blackd_server(view):
if started:
LOG.info(BLACKD_STARTED.format(port))
view.set_status(STATUS_KEY, BLACKD_STARTED.format(port))
sublime.set_timeout_async(lambda: view.set_status(STATUS_KEY, ""), 2000)
set_has_blackd_started(True)

else:
Expand Down

0 comments on commit c3d3f88

Please sign in to comment.