Skip to content

Commit

Permalink
Add datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
Polpetta committed Jan 1, 2018
1 parent 93cec17 commit 85f96ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions torrearchimedebot/bot/handlers/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
import requests
import json
import html
from lxml import html as htmllxml
from .utility import *
import logging
import threading
import pytz

from lxml import html as htmllxml
from .utility import *
from datetime import time


class Results:
def __init__(self, time='', activity='', professor='', activityType=''):
Expand Down

0 comments on commit 85f96ea

Please sign in to comment.