Skip to content

Commit

Permalink
remove pyping
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Jun 15, 2024
1 parent 2949e52 commit 4d363e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/processors/title_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class TitleEditor:
def hostname_resolves(hostname):
def hostname_resolves(self, hostname):
try:
socket.gethostbyname(hostname)
return 1
Expand Down

0 comments on commit 4d363e2

Please sign in to comment.