Skip to content

Commit

Permalink
#126 - Fix an error with the pseudo_dtn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Donovan committed Nov 16, 2019
1 parent 50d7e7e commit ae62801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pseudo_dtn/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from flask import Flask, jsonify, abort, make_response, request
from flask_restful import Api, Resource, reqparse, fields, marshal
from threading import Thread
from ftplib import FTP, err_perm
from ftplib import FTP, error_perm
from time import sleep
from datetime import datetime
import sys
Expand Down

0 comments on commit ae62801

Please sign in to comment.