Python Forum
How can flask find the controller?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can flask find the controller?
#2
if you want to use the abbreviation, it must be defined.
I think that if you change line 5 in 1st listing to:
from application.Controller.app_ctrl import AppController as app_ctrl
you should be OK.

Or change line 26, 40, 47 and 68 to AppController...
example line 26:
verify_user_id = AppController.get_user(user_id)
but not both.
Reply


Messages In This Thread
How can flask find the controller? - by 3lnyn0 - Jul-07-2022, 07:31 PM
RE: How can flask find the controller? - by Larz60+ - Jul-07-2022, 09:55 PM
RE: How can flask find the controller? - by 3lnyn0 - Jul-08-2022, 06:27 AM
RE: How can flask find the controller? - by Larz60+ - Jul-08-2022, 10:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python and DMX (aka, light controller) ScottAF 4 2,820 Apr-06-2023, 07:09 PM
Last Post: ScottAF
  Controller Buzzer as Distance Decreases barkster 6 2,205 Nov-01-2021, 03:26 PM
Last Post: barkster
  Auto re-pair / re-sync Controller via Script? User3000 2 2,432 Nov-30-2020, 11:42 AM
Last Post: User3000
  Tuning PID controller Sancho_Pansa 4 4,517 Nov-09-2020, 07:51 AM
Last Post: Sancho_Pansa
  Xbox Controller arki 0 1,760 Jun-30-2020, 10:32 AM
Last Post: arki
  Please help! Akai APC20 midi controller script versusliveact 0 2,191 Feb-14-2020, 05:37 AM
Last Post: versusliveact
  managing command codes for external controller box Oolongtea 0 1,957 Sep-19-2019, 08:32 AM
Last Post: Oolongtea
  Interfacing with a USB game controller barryjo 2 9,013 Oct-31-2016, 08:21 PM
Last Post: barryjo

Forum Jump:

User Panel Messages

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