Skip to content

Commit

Permalink
[FIX] Corretto bug all'interno del codice
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzeccagarbugli committed Feb 16, 2018
1 parent 99ba966 commit 4ed7e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def dl_updated_pdf(canteen, day):
# Directory where put the file, and name of the file itself
filename = pdfDir + canteen + '_' + day + '.pdf'

if server_status:
if server_status():
# Check the existence of the files
url = get_url(canteen, day)
request = requests.get(url)
Expand Down

0 comments on commit 4ed7e2e

Please sign in to comment.