diff --git a/fim.list b/fim.list index 2821339..8c284ea 100644 --- a/fim.list +++ b/fim.list @@ -109,6 +109,9 @@ FIM 1443886200 5 17 Brotherhooves Social FIM 1444491000 5 18 Crusaders of the Lost Mark FIM 1445095800 5 19 The One Where Pinkie Pie Knows FIM 1445700600 5 20 Hearthbreakers +FIM 1446305400 5 21 Scare Master +FIM 1446910200 5 22 What About Discord +FIM 1447515000 5 23 The Hooffields and McColts FIM 1371340800 99 1 Equestria Girls FIM 1411862400 99 2 Equestria Girls - Rainbow Rocks FIM 1443321000 99 3 Equestria Girls - Friendship Games diff --git a/ponyapi.nim b/ponyapi.nim index 73c22b7..cf2af77 100644 --- a/ponyapi.nim +++ b/ponyapi.nim @@ -176,4 +176,7 @@ routes: stats.search, ], 4) -runForever() +when isMainModule: + runForever() +else: + quit "This should not be called outside of being the main module"