Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Dec 2, 2024
1 parent a2c79cf commit 7a73ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instawebhooks/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
from instaloader import Instaloader, LoginRequiredException, Post, Profile
except ModuleNotFoundError as exc:
raise SystemExit(
exc.name + " not found.\n pip install [--user] " + exc.name) from exc
f"{exc.name} not found.\n pip install [--user] {exc.name}"
) from exc


def regex(pattern: str):
Expand Down

0 comments on commit 7a73ab4

Please sign in to comment.