{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "1275538c-c57f-4561-a8b9-d754ba0ae58d",
   "metadata": {},
   "outputs": [],
   "source": [
    "%update_token\n",
    "token_loc=\"/etc/secrets/ezua/.auth_token\"\n",
    "with open(token_loc,\"r\") as file:\n",
    "    ACCESS_TOKEN=file.read()\n",
    "    print(ACCESS_TOKEN)"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.11.10"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
