Skip to content

Commit 620cf5b

Browse files
committed
extra linefeed at the end of each message
1 parent 78d7f1c commit 620cf5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/prnstn/printer.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,8 @@ def print_pause
9191

9292
def print(m)
9393
data = ''
94-
# data << "##{m.id} // #{m.sid} // #{m.date}\n"
9594
data << "@#{m.screen_name} #{m.created_at}\n"
96-
97-
# TODO: parse body for links, get image, display.
98-
data << "#{m.body}\n"
95+
data << "#{m.body}\n\n\n\n"
9996
# data << "-----------------\n"
10097
if @options && @options[:live_run]
10198
Prnstn.log('PRINT... printing a job')

0 commit comments

Comments
 (0)