Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nounous-archives
CransTicket
Commits
6653aa8f
Commit
6653aa8f
authored
Apr 15, 2017
by
root
Browse files
Fix path
parent
49d745e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dump.py
View file @
6653aa8f
...
...
@@ -150,7 +150,7 @@ def show_facture(facture):
# Do print
def
print_liste
(
liste
):
printer
.
set
(
align
=
'center'
)
printer
.
image
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
sys
.
argv
[
0
]))
+
"/
home/pi/cransticket/
logo_crans.png"
,
True
)
printer
.
image
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
sys
.
argv
[
0
]))
+
"/logo_crans.png"
,
True
)
for
entry
in
liste
:
show_entry
(
entry
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment