Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 20, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/13edc86a34ead2945639bddc01bbc56c to your computer and use it in GitHub Desktop.
Save parzibyte/13edc86a34ead2945639bddc01bbc56c to your computer and use it in GitHub Desktop.
argumentos = {
"host": "127.0.0.1",
"puerto": "27017",
"usuario": "parzibyte",
"palabra_secreta": "hunter2",
"nombre_base_de_datos": "agenda",
}
conectar(**argumentos)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment