Should solde issue #56

This commit is contained in:
2016-09-19 21:40:40 +02:00
parent 8f49553d5a
commit 6adb9eb623
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ cdef class ProgressBar:
cdef bint ontty
cdef int fd
cdef bytes head
cdef bytes _head
cdef char *chead
cdef object logger

View File

@ -45,7 +45,7 @@ cdef class ProgressBar:
maxi=1
self.maxi = maxi
self._head = str2bytes(head)
self.head = head
self.chead= self._head