We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d7f1c commit 620cf5bCopy full SHA for 620cf5b
lib/prnstn/printer.rb
@@ -91,11 +91,8 @@ def print_pause
91
92
def print(m)
93
data = ''
94
- # data << "##{m.id} // #{m.sid} // #{m.date}\n"
95
data << "@#{m.screen_name} #{m.created_at}\n"
96
-
97
- # TODO: parse body for links, get image, display.
98
- data << "#{m.body}\n"
+ data << "#{m.body}\n\n\n\n"
99
# data << "-----------------\n"
100
if @options && @options[:live_run]
101
Prnstn.log('PRINT... printing a job')
0 commit comments