Skip to content
Snippets Groups Projects
Commit b2713454 authored by Andreas Domanowski's avatar Andreas Domanowski
Browse files

Refer directly to https scheme when calling our instances

parent c0ab6f2f
Branches
No related tags found
1 merge request!1Hedgedoc import
......@@ -7,8 +7,8 @@ if __name__ == "__main__":
export_archive = "archive.zip"
print_block_heading("Beginning export from CodiMD...")
export_from_codimd("http://md.inf.tu-dresden.de", get_sessionid("CodiMD", "connect.sid"), export_folder)
export_from_codimd("https://md.inf.tu-dresden.de", get_sessionid("CodiMD", "connect.sid"), export_folder)
print_block_heading("Beginning import to HedgeDoc...")
import_into_hedgedoc("http://md.inf.tu-dresden.de/notes", get_sessionid("HedgeDoc", "connect.hedgeDoc.sid"),
import_into_hedgedoc("https://md.inf.tu-dresden.de/notes", get_sessionid("HedgeDoc", "connect.hedgeDoc.sid"),
export_folder, export_archive)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment