haha fail
This commit is contained in:
parent
e1442feb67
commit
4aa40b69f6
@ -1,3 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
import urllib
|
||||
@ -6,10 +9,10 @@ from shutil import copyfile
|
||||
|
||||
|
||||
|
||||
OUTPUTFILE = "../ofu-food.html"
|
||||
# OUTPUTFILE = "/media/data_1/www/html/ofu-food.html"
|
||||
# OUTPUTFILE = "../ofu-food.html"
|
||||
OUTPUTFILE = "/media/data_1/www/pub-html/ofu-food.html"
|
||||
CSSFILE_SRC = "../bootstrap-4.0.0-beta-dist/css/bootstrap.css"
|
||||
CSSFILE = "bootstrap.css"
|
||||
CSSFILE = "/media/data_1/www/pub-html/bootstrap.css"
|
||||
LINK_FEKI_MENSA = "https://www.studentenwerk-wuerzburg.de/bamberg/essen-trinken/speiseplaene.html?tx_thmensamenu_pi2%5Bmensen%5D=3&tx_thmensamenu_pi2%5Baction%5D=show&tx_thmensamenu_pi2%5Bcontroller%5D=Speiseplan&cHash=c3fe5ebb35e5fba3794f01878e798b7c"
|
||||
LINK_AUSTR_MENSA = "https://www.studentenwerk-wuerzburg.de/bamberg/essen-trinken/speiseplaene.html?tx_thmensamenu_pi2%5Bmensen%5D=2&tx_thmensamenu_pi2%5Baction%5D=show&tx_thmensamenu_pi2%5Bcontroller%5D=Speiseplan&cHash=511e047953ee1370c3b82c11a04624bb"
|
||||
LINK_ERBA_CAFETE = "https://www.studentenwerk-wuerzburg.de/bamberg/essen-trinken/sonderspeiseplaene/cafeteria-erba-insel.html"
|
||||
|
||||
Reference in New Issue
Block a user