Найти - Пользователи
Полная версия: Python + Postgresql
Начало » Базы данных » Python + Postgresql
1 2
Kamisel
>>> import threading
>>> import time
>>> class ClockThread(threading.Thread):
def __init__(self,interval):
threading.Thread.__init__(self)

SyntaxError: inconsistent use of tabs and spaces in indentation
Ошибка.
Борисенков Сергей
Еще раз намекаю: соблюдайте отступы и не мешайте tab и пробел.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB