Skip to content

Commit

Permalink
Arreglando identación #31
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbalru committed Dec 20, 2018
1 parent e254e61 commit 005ab65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
from src.TwitterGraph import TwitterGraph

try:
print(os.environ['C_USER'])
self.cliente = client.Client('wss://twitterlocationflow.gremlin.cosmosdb.azure.com:443','g',
print(os.environ['C_USER'])
self.cliente = client.Client('wss://twitterlocationflow.gremlin.cosmosdb.azure.com:443','g',
username = os.environ['C_USER'],
password = os.environ['C_PASS'],
message_serializer = serializer.GraphSONSerializersV2d0())
except Exception as e:
print('There was an exception: {0}'.format(e))
traceback.print_exc(file=sys.stdout)
sys.exit(1)
print('There was an exception: {0}'.format(e))
traceback.print_exc(file=sys.stdout)
sys.exit(1)

app = Flask(__name__)

Expand Down

0 comments on commit 005ab65

Please sign in to comment.