<p></p>
<p dir="auto">Modify two strings: 1138 and 1146<br>
<code class="notranslate"># cat -n dbtextdb.py | head -n 1146 | tail -n 10 1137          # Modified by Alexander "Ramzes" Rozes to prevent TypeError: a bytes-like object is required, not 'str' 1138          self.temp_file.write((header.strip() + '\n').encode()) 1139 1140          # write data 1141          for row in self.data: 1142              row_str = '' 1143              for col in columns: 1144                  row_str = '%s:%s' % (row_str, row[col]) 1145 1146              self.temp_file.write((row_str[1:] + '\n').encode()) # Modified by Alexander "Ramzes" Rozes </code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2469#issuecomment-1164490679">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZK3C5OFXYFJGDC3DODVQRZA7ANCNFSM4QX3LL7Q">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ABO7UZJMMR5UJ522D2EDJU3VQRZA7A5CNFSM4QX3LL72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIVULPNY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><kamailio/kamailio/issues/2469/1164490679</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2469#issuecomment-1164490679",
"url": "https://github.com/kamailio/kamailio/issues/2469#issuecomment-1164490679",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>