Little bug fixes

This commit is contained in:
Antonio de la Rosa 2016-04-15 22:27:01 +02:00
parent 2717829de4
commit 6f9931edca
5 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@ class GetPostFiles:
for post in required_post:
GetPostFiles.post[post]=GetPostFiles.post.get(post, '')
s=get_session()
if 'csrf_token' in s: