Skip to content

Commit

Permalink
Merge pull request #3 from SourceDoctor/encodestring_replacement
Browse files Browse the repository at this point in the history
change enocdestring to encodebytes
  • Loading branch information
peppelinux authored Dec 11, 2022
2 parents 1dcb150 + a34fa6d commit 3df4c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freerad_manager/django_freeradius/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import csv
from base64 import encodestring
from base64 import encodebytes as encodestring
from hashlib import md5, sha1
from io import StringIO
from os import urandom
Expand Down

0 comments on commit 3df4c97

Please sign in to comment.