Skip to content

Commit e5c6c66

Browse files
committed
Forgot to remove this
1 parent ab48720 commit e5c6c66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

start.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def updatefeature(self):
110110
path = os.path.join(HTML_LOC, 'ps4-updatefeature.html')
111111
with open(path, 'rb') as buf:
112112
data = buf.read()
113-
data = self.inject_image_html(data)
114113
self.my_sender('text/html', data)
115114

116115
def update_pup(self):

0 commit comments

Comments
 (0)