Skip to content

DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes() #15

@CaledoniaProject

Description

@CaledoniaProject

Hi there,

You might wanna update your script to remove the warning:

decrypt.py:76: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
  p = base64.decodestring(bytes(password, 'utf-8'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions