This commit is contained in:
2013-04-09 23:39:02 +02:00
parent a1c6ab0c09
commit 1dfb7e5067
6 changed files with 10 additions and 35 deletions

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
#coding: utf-8
from sqlalchemy import Column, Integer, ForeignKey, String, DateTime
from datetime import datetime, timedelta
from random import randint
@ -56,3 +53,4 @@ class Feedinfo(Base):
waitminutes = 0
self.nextfetch = (datetime.now() + timedelta(minutes=waitminutes))
# -*- coding: utf-8 -*-