Python Forum
[Solved]Help with SQLite Login Form
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved]Help with SQLite Login Form
#6
Never mind.

Used str.join()

        privilege1 = cursor.fetchone()
        print("Result: ",privilege1)

        privilege = ''.join(privilege1)
Thanks for the help.
Reply


Messages In This Thread
[Solved]Help with SQLite Login Form - by Extra - Jun-10-2022, 11:48 PM
RE: Help with SQLite Login Form - by menator01 - Jun-11-2022, 12:48 AM
RE: Help with SQLite Login Form - by Extra - Jun-24-2022, 01:50 PM
RE: Help with SQLite Login Form - by deanhystad - Jun-24-2022, 02:17 PM
RE: Help with SQLite Login Form - by Extra - Jun-24-2022, 02:22 PM
RE: Help with SQLite Login Form - by Extra - Jun-24-2022, 02:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Solved]Help with search statement-SQLite & Python Extra 1 1,085 May-06-2022, 07:38 PM
Last Post: Extra
  in a login interface when i try login with a user supposed to say test123 but nothing NullAdmin 3 2,338 Feb-20-2021, 04:43 AM
Last Post: bowlofred

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020