parent
75b51fc2c2
commit
9252e75923
3
morss.py
3
morss.py
|
@ -78,6 +78,9 @@ def setContent(item, txt):
|
||||||
item.content = txt
|
item.content = txt
|
||||||
|
|
||||||
def parseOptions():
|
def parseOptions():
|
||||||
|
url = ''
|
||||||
|
options = []
|
||||||
|
|
||||||
if 'REQUEST_URI' in os.environ:
|
if 'REQUEST_URI' in os.environ:
|
||||||
url = os.environ['REQUEST_URI'][1:]
|
url = os.environ['REQUEST_URI'][1:]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue