birthday.py icon indicating copy to clipboard operation
birthday.py copied to clipboard

NameError: name 'create_tables' is not defined

Open ACCISA opened this issue 3 years ago • 0 comments

I had issues with importing utils so i did this from utils import *

tables = create_tables.creation(debug=True)

Error:

01.08 23:08:21 [Bot] Traceback (most recent call last): 01.08 23:08:21 [Bot] File "/code.py", line 14, in 01.08 23:08:21 [Bot] tables = create_tables.creation(debug=True) 01.08 23:08:21 [Bot] NameError: name 'create_tables' is not defined

ACCISA avatar Aug 02 '21 03:08 ACCISA