Skip to content
Snippets Groups Projects
Commit ddc05ae5 authored by Øystein Kristoffer Tveit's avatar Øystein Kristoffer Tveit :beginner:
Browse files

Rename filepath to channels.dat

parent 73938e0b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ module Channels = ...@@ -5,7 +5,7 @@ module Channels =
open FSharp.Data open FSharp.Data
open System.IO open System.IO
let private filepath = __SOURCE_DIRECTORY__ + "/data/channels.dat" let private filepath = "./data/channels.dat"
let mutable channels = let mutable channels =
File.ReadLines(filepath) File.ReadLines(filepath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment