Advertisement
Guest User

Untitled

a guest
May 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. luis@luis-laptop:~/dev/tnt$ python tty.py
  3. Traceback (most recent call last):
  4. File "tty.py", line 12, in <module>
  5. from tnt import Tnt
  6. File "/home/luis/dev/tnt/tnt.py", line 52, in <module>
  7. a_cursor.execute(each_query)
  8. sqlite3.OperationalError: no such table: twitts
  9. luis@luis-laptop:~/dev/tnt$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement