Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

added tables for data migration #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

username-still-not-available
Copy link
Collaborator

No description provided.

items = line.split("\t")
items[7] = 'NULL'
password = bcrypt.hashpw(items[3].replace('"', '').encode('utf-8'), bcrypt.gensalt()).decode('utf-8')
items[3] = '"' + f'{password}' + '"'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tady ten f-string moc nedava smysl, nebo jo? Bud takto f'"{password}"' nebo obycejne '"' + password + '"'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants